1
🔁 Retry & Time Control
The total number of attempts to make before giving up.
Future a specified number of times upon failure. Essential for handling transient network errors.2
🔍 Internal Status
Checks if the
Future has completed (either successfully or with an error). Note: This method starts the Future execution if it hasn’t begun.Futures
Wraps this
Future inside a Completer. An internal utility for managing Future state within other asynchronous flows.Futures
