instance property

TpayPlatform instance

Implementation

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

Implementation

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