instance property

BootpayPlatform instance

Implementation

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

Implementation

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