startPixPollingWithBackoff method
void
startPixPollingWithBackoff(
- String paymentId, {
- required VoidCallback onSuccess,
})
inherited
Implementation
@override
void startPixPollingWithBackoff(
String paymentId, {
required VoidCallback onSuccess,
}) {
final _$actionInfo = _$CheckoutStoreBaseActionController.startAction(
name: 'CheckoutStoreBase.startPixPollingWithBackoff',
);
try {
return super.startPixPollingWithBackoff(paymentId, onSuccess: onSuccess);
} finally {
_$CheckoutStoreBaseActionController.endAction(_$actionInfo);
}
}