stopLivestream method

void stopLivestream()

Implementation

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