instance property

Implementation

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

Implementation

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