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