instance property

Implementation

static ZoomVideoSdkSessionPlatform get instance => _instance;
set instance (ZoomVideoSdkSessionPlatform instance)

Implementation

static set instance(ZoomVideoSdkSessionPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}