getSessionID method

Future<String?> getSessionID()

Implementation

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