instance property

Implementation

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

Implementation

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