ExtFuture<T> extension

on

Methods

retry(int times, {Duration delay = Duration.zero}) Future<T>

Available on Future<T>, provided by the ExtFuture extension

Retries this future up to times attempts if it throws an error.