wait method

Future<List<T>> wait()

Implementation

Future<List<T>> wait() => Future.wait(this);