getServerUrl method

Future<String> getServerUrl()

Get the server URL

Implementation

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