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 33bc484 commit 4b46d70Copy full SHA for 4b46d70
ios/Runner/AppDelegate.swift
@@ -16,8 +16,8 @@ import workmanager
16
// register pubspec plugins in the context of a normal run
17
AppDelegate.registerPlugins(with: self)
18
19
- WorkermanagerPlugin.setPluginRegistrantCallback { registry in
20
- // The following code will be called upon WorkermanagerPlugin's registration.
+ WorkmanagerPlugin.setPluginRegistrantCallback { registry in
+ // The following code will be called upon WorkmanagerPlugin's registration.
21
AppDelegate.registerPlugins(with: registry)
22
}
23
0 commit comments