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
Hi, how could we communicate with a process which is started in backgroundHandler function.
For example, I'm trying to run incall plugin (https://pub.dev/packages/flutter_incall) in backgroundHandler function, when app get a notification, phone start ringing but I can not stop it because of backgroundHandler working as Isolate thread.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how could we communicate with a process which is started in backgroundHandler function.
For example, I'm trying to run incall plugin (https://pub.dev/packages/flutter_incall) in backgroundHandler function, when app get a notification, phone start ringing but I can not stop it because of backgroundHandler working as Isolate thread.
Code Example:
incallManager.stopRingtone(); command not working when we run it after user click notification and open the app.
Beta Was this translation helpful? Give feedback.
All reactions