getMySelf method

Future<ZoomVideoSdkUser?> getMySelf()

Implementation

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