startPixPollingWithBackoff method

  1. @override
void startPixPollingWithBackoff(
  1. String paymentId, {
  2. 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);
  }
}