waitFor method

Future waitFor()

Implementation

Future waitFor() {
  return Future.wait<void>(sockets.map((it) => it.waitFor()).toList());
}