Skip to content

Commit 1ecec8d

Browse files
authored
1 parent ab8a80a commit 1ecec8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before registering any task, the WorkManager plugin must be initialized.
2828
@pragma('vm:entry-point') // Mandatory if the App is obfuscated or using Flutter 3.1+
2929
void callbackDispatcher() {
3030
Workmanager().executeTask((task, inputData) {
31-
print("Native called background task: $backgroundTask"); //simpleTask will be emitted here.
31+
print("Native called background task: $task"); //simpleTask will be emitted here.
3232
return Future.value(true);
3333
});
3434
}

0 commit comments

Comments
 (0)