stop method

Future stop()

Implementation

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