You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to call android method via platform chanels.
They work fine when called from main isolate but when calling from my callbackDispatcher I always get "Error in background task: MissingPluginException(No implementation found for method ... my android method)"
Is it intended to work or not in the first place ? Can't find doc about this
Thanks for any clues !
The text was updated successfully, but these errors were encountered:
@tempo-riz I faced the same issue, and the only workaround that worked for me was extracting the native methods into an independent Flutter plugin. This ensures proper initialization in the background isolate.
I'm trying to call android method via platform chanels.
They work fine when called from main isolate but when calling from my callbackDispatcher I always get "Error in background task: MissingPluginException(No implementation found for method ... my android method)"
Is it intended to work or not in the first place ? Can't find doc about this
Thanks for any clues !
The text was updated successfully, but these errors were encountered: