stopRecording method

void stopRecording()

Implementation

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