leave method

void leave()

Leave the room

Implementation

void leave() {
  _reconnecting?.close();
}