How can I connect same DriftIsolate from other background isolates in Flutter with drift package?
I have a background service made with ‘flutter_background_service’ package and in that background service, I insert location data continuously into local database using drift package. And I want to make some widget to listen the query stream when the table is updated by the background isolate. So I made like below: