FlutterAppLifeCycleProvider
@protocol FlutterAppLifeCycleProvider
Implement this in the UIAppDelegate
of your app to enable Flutter plugins to register
themselves to the application life cycle events.
-
Undocumented
Declaration
Objective-C
- (void)addApplicationLifeCycleDelegate:(NSObject<FlutterPlugin>*)delegate;