waitForMultipleFutures<T> function

  1. @Deprecated('Use waitForMultipleFutures top-level function instead')
Set<Future<T>> waitForMultipleFutures<T>(
  1. Int millis
)

Implementation

@Deprecated('Use waitForMultipleFutures top-level function instead')
external Set<Future<T>> waitForMultipleFutures<T>(Int millis);