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