wait method

Future<List<T>> wait()

Implementation

Future<List<T>> wait() {
  return Future.wait(this);
}