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 df20a50 + 908ac05 commit a0d21a5Copy full SHA for a0d21a5
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