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