selectMethod method

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

Implementation

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