MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / getEmulators

Method getEmulators

src/shared/interfaces.ts:159–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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>;

Callers 2

getEmulatorsMethod · 0.65

Implementers 2

FakeFlutterDaemonsrc/test/flutter/device_manager.test.t
FlutterDaemonsrc/extension/flutter/flutter_daemon.t

Calls

no outgoing calls

Tested by

no test coverage detected