instance property

ZeroNetWSInterface get instance

Implementation

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

Implementation

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