getSessionHostName method

Future<String?> getSessionHostName()

Implementation

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