start method

void start()

Implementation

void start() async {
  _closed = false;

  readFromClients();
}