#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/paths.h"
#include "flutter/lib/ui/plugins/callback_cache.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h"
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 16 of file FlutterPluginAppLifeCycleDelegate.mm.