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 would like to lauch the Forground service for an infinite time.
I tried to do it by calling FlutterForegroundPlugin.setServiceMethod(foregroundServiceFunction); without calling FlutterForegroundPlugin.setServiceMethodInterval(), but this doesn't work. I also tried to set 'second' to 0, it doesn't work either.
Could you tell me how to do that ?
Thank you very much.
The text was updated successfully, but these errors were encountered:
I would like to lauch the Forground service for an infinite time.
I tried to do it by calling
FlutterForegroundPlugin.setServiceMethod(foregroundServiceFunction);
without callingFlutterForegroundPlugin.setServiceMethodInterval()
, but this doesn't work. I also tried to set 'second' to 0, it doesn't work either.Could you tell me how to do that ?
Thank you very much.
The text was updated successfully, but these errors were encountered: