Skip to content

Commit 4b46d70

Browse files
committed
ios: fix name of WorkmanagerPlugin
1 parent 33bc484 commit 4b46d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/Runner/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import workmanager
1616
// register pubspec plugins in the context of a normal run
1717
AppDelegate.registerPlugins(with: self)
1818

19-
WorkermanagerPlugin.setPluginRegistrantCallback { registry in
20-
// The following code will be called upon WorkermanagerPlugin's registration.
19+
WorkmanagerPlugin.setPluginRegistrantCallback { registry in
20+
// The following code will be called upon WorkmanagerPlugin's registration.
2121
AppDelegate.registerPlugins(with: registry)
2222
}
2323

0 commit comments

Comments
 (0)