close method

void close()

Implementation

void close() {
  _server?.close(force: true);
  _server = null;
}