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