getServerState method
Get the current server state
Implementation
Future<ServerState> getServerState() {
throw UnimplementedError('getServerState() has not been implemented.');
}
Get the current server state
Future<ServerState> getServerState() {
throw UnimplementedError('getServerState() has not been implemented.');
}