retry library

Functions

retry<T>(FutureOr<T> function()) Future<T>
Run the function each time an exception is thrown until the retryCount is 0.