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.
no implementation found
1 parent 439a273 commit 4aa6933Copy full SHA for 4aa6933
packages/firebase_messaging/firebase_messaging/ios/Classes/FLTFirebaseMessagingPlugin.m
@@ -114,8 +114,7 @@ - (void)handleMethodCall:(FlutterMethodCall *)call result:(FlutterResult)flutter
114
isEqualToString:call.method]) {
115
[self messagingSetForegroundNotificationPresentationOptions:call.arguments
116
withMethodCallResult:methodCallResult];
117
- }
118
- if ([@"Messaging#getToken" isEqualToString:call.method]) {
+ } else if ([@"Messaging#getToken" isEqualToString:call.method]) {
119
[self messagingGetToken:call.arguments withMethodCallResult:methodCallResult];
120
} else if ([@"Messaging#getNotificationSettings" isEqualToString:call.method]) {
121
if (@available(iOS 10, macOS 10.14, *)) {
0 commit comments