FlutterAppLifeCycleProvider

@protocol FlutterAppLifeCycleProvider <UNUserNotificationCenterDelegate>

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.