anyFutures method

Future<T> anyFutures()

Implementation

Future<T> anyFutures() => Future.any(this);