selectMethod method

  1. @override
void selectMethod(
  1. PaymentMethodType method
)
inherited

Implementation

@override
void selectMethod(PaymentMethodType method) {
  final _$actionInfo = _$CheckoutStoreBaseActionController.startAction(
    name: 'CheckoutStoreBase.selectMethod',
  );
  try {
    return super.selectMethod(method);
  } finally {
    _$CheckoutStoreBaseActionController.endAction(_$actionInfo);
  }
}