stop method

dynamic stop()

Implementation

stop() {
  _server.close(force: true);
}