clearCustomRecordings method

void clearCustomRecordings()

Implementation

void clearCustomRecordings() {
  _customRecorderSubject.add([]);
  _customTimerSubject.add(0); // Reset timer when clearing recordings
}