We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8a80a commit 1ecec8dCopy full SHA for 1ecec8d
README.md
@@ -28,7 +28,7 @@ Before registering any task, the WorkManager plugin must be initialized.
28
@pragma('vm:entry-point') // Mandatory if the App is obfuscated or using Flutter 3.1+
29
void callbackDispatcher() {
30
Workmanager().executeTask((task, inputData) {
31
- print("Native called background task: $backgroundTask"); //simpleTask will be emitted here.
+ print("Native called background task: $task"); //simpleTask will be emitted here.
32
return Future.value(true);
33
});
34
}
0 commit comments