Skip to content

Commit 7be3559

Browse files
committed
chore: remove redundant plugin registration in AppDelegate
1 parent 2b2cc48 commit 7be3559

File tree

1 file changed

+0
-1
lines changed
  • packages/firebase_messaging/firebase_messaging/example/ios/Runner

1 file changed

+0
-1
lines changed

packages/firebase_messaging/firebase_messaging/example/ios/Runner/AppDelegate.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ @implementation AppDelegate
55

66
- (BOOL)application:(UIApplication *)application
77
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
8-
// [GeneratedPluginRegistrant registerWithRegistry:self];
98
// Override point for customization after application launch.
109
return [super application:application didFinishLaunchingWithOptions:launchOptions];
1110
}

0 commit comments

Comments
 (0)