#import <FlutterPlugin.h>
Instance Methods | |
(void) | - addApplicationLifeCycleDelegate: |
Implement this in the UIAppDelegate
of your app to enable Flutter plugins to register themselves to the application life cycle events.
For plugins to receive events from UNUserNotificationCenter
, register this as the UNUserNotificationCenterDelegate
.
Definition at line 436 of file FlutterPlugin.h.
- (void) addApplicationLifeCycleDelegate: | (NSObject< FlutterApplicationLifeCycleDelegate > *) | delegate |
Called when registering a new FlutterApplicaitonLifeCycleDelegate
.
See also: -[FlutterAppDelegate addApplicationLifeCycleDelegate:]