leaveSession method

Future<String> leaveSession(
  1. bool endSession
)

Implementation

Future<String> leaveSession(bool endSession) async {
  throw UnimplementedError('initZoom() has not been implemented.');
}