onRateLimitExceeded property
Optional callback called when rate limit is exceeded.
Can be used to cleanup unverified requests outside of the transaction.
Implementation
final Future<void> Function(Session session, T nonce)? onRateLimitExceeded;
Optional callback called when rate limit is exceeded.
Can be used to cleanup unverified requests outside of the transaction.
final Future<void> Function(Session session, T nonce)? onRateLimitExceeded;