futureWait method

Future<List<T>> futureWait()

Implementation

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