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