instance property

Default instance to use.

Implementation

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

Implementation

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