getServerState method

Future<ServerState> getServerState()

Get the current server state

Implementation

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