Rustam Gilyaev
Results
12
comments of
Rustam Gilyaev
trafficstars
Thank you for reply. Yep, as you can see in the example above, I have `attachToExisting` and `BackgroundIsolateBinaryMessenger.ensureInitialized`, but it doesn't help. Same error would be in case `initialize` is...
I believe the error comes from this limitation: [Unable to receive Platform Channel calls in background isolates](https://github.com/flutter/flutter/issues/119207). Currently native part calls Dart via method channel just to map the log...