#include <FlutterEngine+ScenariosTest.h>
Instance Methods | |
| (instancetype) | - initWithScenario:withCompletion: |
| (FlutterEngine *) | - spawnWithEntrypoint:libraryURI:initialRoute:entrypointArgs: |
Definition at line 11 of file FlutterEngine+ScenariosTest.h.
| - (instancetype) initWithScenario: | (NSString*) | scenario | |
| withCompletion: | (nullable void(^)(void)) | engineRunCompletion | |
Definition at line 1 of file FlutterEngine+ScenariosTest.m.
References FlutterEngine::initWithName:project:, length, FlutterMethodChannel::methodChannelWithName:binaryMessenger:codec:, and FlutterEngine::run.
| - (FlutterEngine *) spawnWithEntrypoint: | (nullable NSString *) | entrypoint | |
| libraryURI: | (nullable NSString *) | libraryURI | |
| initialRoute: | (nullable NSString *) | initialRoute | |
| entrypointArgs: | (nullable NSArray< NSString * > *) | entrypointArgs | |