instance property

Implementation

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

Implementation

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