instance property

Implementation

static BraintreeCheckoutFlutterPlatform get instance => _instance;
set instance (BraintreeCheckoutFlutterPlatform instance)

Implementation

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