Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ deviceEnable
Method
deviceEnable
src/extension/flutter/flutter_daemon.ts:304–306 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
302
}
303
304
public deviceEnable(): Thenable<UnknownResponse> {
305
return
this.sendRequest(
"device.enable"
);
306
}
307
308
public
async
getEmulators(): Promise<f.FlutterEmulator[]> {
309
await
this.daemonInitialized;
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected