instance property

ZoomPlatform instance

Implementation

static ZoomPlatform get instance => _instance;
void instance=(ZoomPlatform instance)

Implementation

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