#include <AppDelegate.h>
Instance Methods | |
| (nullable FlutterEngine *) | - takeLaunchEngine |
Instance Methods inherited from <FlutterAppLifecycleProvider> | |
| (void) | - addApplicationLifecycleDelegate: |
| (void) | - removeApplicationLifecycleDelegate: |
Properties | |
| UIWindow * | window |
| NSObject< FlutterPluginRegistrant > * | pluginRegistrant |
| FlutterEngine * | mockLaunchEngine |
Properties inherited from FlutterAppDelegate | |
| FlutterAppLifeCycleProvider UIWindow * | window |
| NSObject< FlutterPluginRegistrant > * | pluginRegistrant |
| IBOutlet NSMenu * | applicationMenu |
| IBOutlet NSWindow * | mainFlutterWindow |
| FlutterViewController *(^ | rootFlutterViewControllerGetter )(void) |
| FlutterPluginAppLifeCycleDelegate * | lifeCycleDelegate |
Additional Inherited Members | |
Protected Attributes inherited from FlutterAppDelegate | |
| : UIResponder <UIApplicationDelegate | |
| FlutterPluginRegistry | |
Definition at line 13 of file AppDelegate.h.
| - (FlutterEngine *) takeLaunchEngine |
Definition at line 1 of file AppDelegate.m.
|
readwritenonatomicstrong |
The FlutterEngine that will be served by takeLaunchEngine.
Definition at line 21 of file AppDelegate.h.
|
readwritenonatomicstrong |
Definition at line 18 of file AppDelegate.h.
|
readwritenonatomicstrong |
Definition at line 15 of file AppDelegate.h.