shutdownServer method

Future<void> shutdownServer()

Shuts the connected server down and clears the local connection.

Implementation

Future<void> shutdownServer() {
  throw UnimplementedError('shutdownServer() has not been implemented.');
}