restart method
Re-executes the operation with a new future.
Implementation
void restart(Future<T> future) => _run(future, isRefresh: true);
Re-executes the operation with a new future.
void restart(Future<T> future) => _run(future, isRefresh: true);