instance property

Implementation

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

Implementation

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