instance property

WallxSetterPlatform get instance

Implementation

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

Implementation

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