instance property

Implementation

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

Implementation

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