shouldRetry property
bool
get
shouldRetry
Optional: Whether this job should be retried on failure. Default is true.
Implementation
bool get shouldRetry => true;
Optional: Whether this job should be retried on failure. Default is true.
bool get shouldRetry => true;