stopMentor method

dynamic stopMentor()

Implementation

stopMentor() {
  channel.sink.add(json.encode({"type": "stop_mentor"}));
}