MarsTheMan
MarsTheMan
`Future initializeTimerService() async { final service = FlutterBackgroundService(); await service.configure( androidConfiguration: AndroidConfiguration( // this will be executed when app is in foreground or background in separated isolate onStart: timerStart, //...
I think its a device problem. But its the same on iPhone 11 Pro and Realme rmx3210
https://github.com/MarsTheMan/service_timer
@ekasetiawans I can confirm that it works for both Android and iOS. Thanx a lot!