completeWithAll method

FutureOr<List<T>> completeWithAll()

Evaluates all registered callbacks and returns all the results.

Implementation

FutureOr<List<T>> completeWithAll() => completeWith((r) => r);