getSessionName method

Future<String?> getSessionName()

Implementation

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