instance property

ZoomPlatform get instance

Implementation

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

Implementation

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