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