Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ disconnect
Method
disconnect
src/test/flutter/device_manager.test.ts:377–379 ·
view source on GitHub ↗
(d: f.Device)
Source
from the content-addressed store, hash-verified
375
}
376
377
public
async
disconnect(d: f.Device): Promise<void> {
378
await
this.notify(this.deviceRemovedSubscriptions, d);
379
}
380
381
// Subscription lists.
382
Callers
1
device_manager.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected