close method Null safety
override
Closes the underlying connection to the VM service.
Returns a Future that fires once the connection has been closed.
Implementation
@override
Future<void> close() => _connection.close();
Closes the underlying connection to the VM service.
Returns a Future that fires once the connection has been closed.
@override
Future<void> close() => _connection.close();