instance property

Implementation

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

Implementation

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