FutureUtil<T> extension

on

Methods

withRetry({int maxRetries = 3, Duration delay = const Duration(seconds: 1)}) Future<T>