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