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