leave method

void leave()

Implementation

void leave() {
  context.read<RoomClientRepository>().close();
}