ListCancelableOperationExtension extension

on
  • List<CancelableOperation>

Methods

addWait<T>(Future<T> future, {required dynamic onSuccess(T result), dynamic onError(dynamic e, dynamic s)?}) → void

Available on List<CancelableOperation>, provided by the ListCancelableOperationExtension extension

Add operation to list and remove when is finish
cancel() → void

Available on List<CancelableOperation>, provided by the ListCancelableOperationExtension extension

Cancel all operation from list