Go to the source code of this file.
◆ _delegates
| NSPointerArray* _delegates |
◆ kCallbackCacheSubDir
◆ kSelectorsHandledByPlugins
| const SEL kSelectorsHandledByPlugins[] |
|
static |
Initial value:= {
@selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
@selector(application:performFetchWithCompletionHandler:)}
Definition at line 18 of file FlutterPluginAppLifeCycleDelegate.mm.
18 {
19 @selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
20 @selector(application:performFetchWithCompletionHandler:)};