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