stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  await _client.sendRequest("containers.container_input", {"request_id": _requestId, "channel": 5});
}