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