Evaluates all registered callbacks and returns all the results.
FutureOr<List<T>> completeWithAll() => completeWith((r) => r);