unwrapAll method

Future<Iterable<T>> unwrapAll()

Implementation

Future<Iterable<T>> unwrapAll() {
  return then((e) => e.unwrapAll());
}