close method

dynamic close()

Implementation

close() {
  _socket.close();
}