stop method

dynamic stop()

Implementation

stop() {
  hostPort.sendPort.send(json.encode({
    "cmd": "stop",
  }));
}