|  |  |  | @ -1,6 +1,7 @@ | 
		
	
		
			
				|  |  |  |  | import UIKit | 
		
	
		
			
				|  |  |  |  | import Flutter | 
		
	
		
			
				|  |  |  |  | import Firebase | 
		
	
		
			
				|  |  |  |  | import flutter_local_notifications | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | @UIApplicationMain | 
		
	
	
		
			
				
					|  |  |  | @ -9,7 +10,14 @@ import Firebase | 
		
	
		
			
				|  |  |  |  |     _ application: UIApplication, | 
		
	
		
			
				|  |  |  |  |     didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? | 
		
	
		
			
				|  |  |  |  |   ) -> Bool { | 
		
	
		
			
				|  |  |  |  |    FirebaseApp.configure() | 
		
	
		
			
				|  |  |  |  |      FirebaseApp.configure() | 
		
	
		
			
				|  |  |  |  |      FlutterLocalNotificationsPlugin.setPluginRegistrantCallback { (registry) in | 
		
	
		
			
				|  |  |  |  |            GeneratedPluginRegistrant.register(with: registry) | 
		
	
		
			
				|  |  |  |  |        } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |        if #available(iOS 10.0, *) { | 
		
	
		
			
				|  |  |  |  |          UNUserNotificationCenter.current().delegate = self as UNUserNotificationCenterDelegate | 
		
	
		
			
				|  |  |  |  |        } | 
		
	
		
			
				|  |  |  |  |     GeneratedPluginRegistrant.register(with: self) | 
		
	
		
			
				|  |  |  |  |     return super.application(application, didFinishLaunchingWithOptions: launchOptions) | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
	
		
			
				
					|  |  |  | 
 |