currentAttempt property
int
get
currentAttempt
Current retry attempt (0 = first attempt, 1+ = retries)
Implementation
int get currentAttempt => _currentAttempt;
Current retry attempt (0 = first attempt, 1+ = retries)
int get currentAttempt => _currentAttempt;