getServerInfo method
The connected server. Throws when no server is connected.
Implementation
Future<PrivServerInfo> getServerInfo() {
throw UnimplementedError('getServerInfo() has not been implemented.');
}
The connected server. Throws when no server is connected.
Future<PrivServerInfo> getServerInfo() {
throw UnimplementedError('getServerInfo() has not been implemented.');
}