flutter_workmanager
flutter_workmanager copied to clipboard
isInDebugMode: false doesn't work
We use workmanager: ^0.5.0-dev.8 and the following code does not seem to work. It always sends two notifications with a sound, whenever workmanager's task is triggered.
Workmanager().initialize(
callbackDispatcher, // The top level function, aka callbackDispatcher
isInDebugMode: false // If enabled it will post a notification whenever the task is running. Handy for debugging tasks
)
is in debugmode use to can be visible if using simulator to debug
@sirmamedical iOS / Android?
Same thing happens to me on Android