Properties | |
| FlutterBasicMessageChannel * | lifecycleChannel |
| FlutterBasicMessageChannel * | keyEventChannel |
| FlutterViewController * | viewController |
| FlutterTextInputPlugin * | textInputPlugin |
| BOOL | didCallNotifyLowMemory |
Properties inherited from FlutterEngine | |
| FlutterViewController * | viewController |
| FlutterMethodChannel * | localizationChannel |
| FlutterMethodChannel * | navigationChannel |
| FlutterMethodChannel * | restorationChannel |
| FlutterMethodChannel * | platformChannel |
| FlutterMethodChannel * | textInputChannel |
| FlutterBasicMessageChannel * | lifecycleChannel |
| FlutterBasicMessageChannel * | systemChannel |
| FlutterBasicMessageChannel * | settingsChannel |
| FlutterBasicMessageChannel * | keyEventChannel |
| NSURL * | vmServiceUrl |
| NSObject< FlutterBinaryMessenger > * | binaryMessenger |
| NSObject< FlutterTextureRegistry > * | textureRegistry |
| NSString * | isolateId |
| BOOL | isGpuDisabled |
| FlutterEngineProcTable & | embedderAPI |
| BOOL | enableEmbedderAPI |
Sometimes we have to use a custom mock to avoid retain cycles in OCMock. Used for testing low memory notification.
Definition at line 35 of file FlutterViewControllerTest.mm.
| - (void) sendKeyEvent: | (const FlutterKeyEvent &) | event | |
| callback: | (nullable FlutterKeyEventCallback) | callback | |
| userData: | (nullable void *) | userData | |
| - (FlutterTextInputPlugin*) textInputPlugin |
|
readwritenonatomicassign |
Definition at line 41 of file FlutterViewControllerTest.mm.
|
readwritenonatomicstrong |
Definition at line 38 of file FlutterViewControllerTest.mm.
|
readwritenonatomicstrong |
Definition at line 37 of file FlutterViewControllerTest.mm.
|
readwritenonatomicstrong |
Definition at line 40 of file FlutterViewControllerTest.mm.
|
readwritenonatomicweak |
Definition at line 39 of file FlutterViewControllerTest.mm.