instance property

Implementation

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

Implementation

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