instance property

Implementation

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

Implementation

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