()
| 157 | |
| 158 | deviceEnable(): Thenable<UnknownResponse>; |
| 159 | getEmulators(): Thenable<f.FlutterEmulator[]>; |
| 160 | launchEmulator(emulatorId: string, coldBoot: boolean): Thenable<void>; |
| 161 | createEmulator(name?: string): Thenable<{ success: boolean, emulatorName: string, error: string }>; |
| 162 | getSupportedPlatforms(projectRoot: string): Thenable<f.SupportedPlatformsResponse>; |
no outgoing calls
no test coverage detected