close method Null safety
Closes the underlying connection to the VM service.
Returns a Future that fires once the connection has been closed.
Implementation
Future<void> close() async {
throw UnimplementedError();
}
Closes the underlying connection to the VM service.
Returns a Future that fires once the connection has been closed.
Future<void> close() async {
throw UnimplementedError();
}