Flutter iOS Embedder
FlutterPluginAppLifeCycleDelegate.mm File Reference
#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.

Variables

static const FLUTTER_ASSERT_ARC char * kCallbackCacheSubDir = "Library/Caches/"
 
static const SEL kSelectorsHandledByPlugins []
 
NSPointerArray * _delegates
 

Variable Documentation

◆ _delegates

◆ kCallbackCacheSubDir

const FLUTTER_ASSERT_ARC char* kCallbackCacheSubDir = "Library/Caches/"
static

Definition at line 14 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ kSelectorsHandledByPlugins

const SEL kSelectorsHandledByPlugins[]
static
Initial value:
= {
@selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
@selector(application:performFetchWithCompletionHandler:)}

Definition at line 16 of file FlutterPluginAppLifeCycleDelegate.mm.