5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERENGINE_TEST_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERENGINE_TEST_H_
22@interface FlutterEngine (Test) <FlutterBinaryMessenger>
30- (
flutter::PlatformViewIOS*)platformView;
33- (
flutter::IOSRenderingAPI)platformViewsRenderingAPI;
34- (void)waitForFirstFrame:(NSTimeInterval)timeout callback:(
void (^)(
BOOL didTimeout))callback;
36 libraryURI:( NSString*)libraryURI
37 initialRoute:( NSString*)initialRoute
38 entrypointArgs:( NSArray<NSString*>*)entrypointArgs;
39- (const
flutter::ThreadHost&)threadHost;
42 performAction:(FlutterTextInputAction)action
43 withClient:(
int)client;
44- (void)sceneWillEnterForeground:(NSNotification*)notification API_AVAILABLE(ios(13.0));
45- (void)sceneDidEnterBackground:(NSNotification*)notification API_AVAILABLE(ios(13.0));
46- (void)applicationWillEnterForeground:(NSNotification*)notification;
47- (void)applicationDidEnterBackground:(NSNotification*)notification;
48- (NSString*)lookupKeyForAsset:(NSString*)asset;
49- (NSString*)lookupKeyForAsset:(NSString*)asset fromPackage:(NSString*)package;
FlutterRestorationPlugin * restorationPlugin
NSMutableDictionary * pluginPublications
FlutterEngineProcTable & embedderAPI
Function-pointer-based versions of the APIs above.