instance property

Implementation

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

Implementation

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