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.
2 parents 6ec5229 + 7d09879 commit 7c6cdc7Copy full SHA for 7c6cdc7
ios/Classes/OneSignalPlugin.m
@@ -77,7 +77,7 @@ - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
77
[self initialize:call withResult:result];
78
else if ([@"OneSignal#login" isEqualToString:call.method])
79
[self login:call withResult:result];
80
- else if ([@"OneSignal#login" isEqualToString:call.method])
+ else if ([@"OneSignal#logout" isEqualToString:call.method])
81
[self logout:call withResult:result];
82
else if ([@"OneSignal#consentRequired" isEqualToString:call.method])
83
[self setConsentRequired:call withResult:result];
0 commit comments