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