disconnectFromFlutterVmService method
Disconnect from the Flutter VM service
Implementation
Future<void> disconnectFromFlutterVmService() async {
await _dartVmDevtoolsService.disconnectFromVmService();
}
Disconnect from the Flutter VM service
Future<void> disconnectFromFlutterVmService() async {
await _dartVmDevtoolsService.disconnectFromVmService();
}