instance property

Implementation

static ZoomVideoSdkShareStatisticInfoPlatform get instance => _instance;
set instance (ZoomVideoSdkShareStatisticInfoPlatform instance)

Implementation

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