stop_recording method

void stop_recording()

Implementation

void stop_recording() {
  channel.sink.add(json.encode({"type": "stop_record"}));
}