Flutter iOS Embedder
FlutterAppDelegate() Category Reference

#import <FlutterAppDelegate_Internal.h>

Instance Methods

(nullable FlutterEngine *) - takeLaunchEngine
 

Protected Attributes

__weak NSObject< FlutterPluginRegistrant > * _weakRegistrant
 
NSObject< FlutterPluginRegistrant > * _strongRegistrant
 

Properties

FlutterViewController *(^ rootFlutterViewControllerGetter )(void)
 
FlutterPluginAppLifeCycleDelegatelifeCycleDelegate
 
FlutterLaunchEnginelaunchEngine
 

Detailed Description

Definition at line 24 of file FlutterAppDelegate.mm.

Method Documentation

◆ takeLaunchEngine

- (nullable FlutterEngine*) takeLaunchEngine

Member Data Documentation

◆ _strongRegistrant

- (NSObject<FlutterPluginRegistrant>*) _strongRegistrant
protected

Definition at line 26 of file FlutterAppDelegate.mm.

◆ _weakRegistrant

- (__weak NSObject<FlutterPluginRegistrant>*) _weakRegistrant
protected

Definition at line 25 of file FlutterAppDelegate.mm.

Property Documentation

◆ launchEngine

- (FlutterLaunchEngine*) launchEngine
readwritenonatomicstrong

Definition at line 30 of file FlutterAppDelegate.mm.

◆ lifeCycleDelegate

- (FlutterPluginAppLifeCycleDelegate *) lifeCycleDelegate
readwritenonatomicassign

Definition at line 29 of file FlutterAppDelegate.mm.

◆ rootFlutterViewControllerGetter

- (FlutterViewController*(^ rootFlutterViewControllerGetter) (void))
readwritenonatomiccopy

The documentation for this category was generated from the following files: