getSessionHostName method

Future<String?> getSessionHostName()

Implementation

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