retry method Null safety
- Future<
T> executor(
Retry is the function that should be implemented by every retry handler.
Implementation
Future<T> retry(Future<T> Function() executor);
Retry is the function that should be implemented by every retry handler.
Future<T> retry(Future<T> Function() executor);