disconnect method
Closes and unsets the Dart Tooling Daemon connection, if one is set.
Implementation
Future<void> disconnect() => disconnectImpl();
Closes and unsets the Dart Tooling Daemon connection, if one is set.
Future<void> disconnect() => disconnectImpl();