ping method

Future ping()

Implementation

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