Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ daemonVersion
Method
daemonVersion
src/extension/flutter/flutter_daemon.ts:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
// Request methods.
299
300
public daemonVersion(): Thenable<string> {
301
return
this.sendRequest(
"daemon.version"
);
302
}
303
304
public deviceEnable(): Thenable<UnknownResponse> {
305
return
this.sendRequest(
"device.enable"
);
Callers
1
startPing
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected