stopCustomRecording method
void
stopCustomRecording()
Implementation
void stopCustomRecording() {
_customTimer?.cancel();
_customTimerSubject.add(0); // Reset timer when stopping recording
}
void stopCustomRecording() {
_customTimer?.cancel();
_customTimerSubject.add(0); // Reset timer when stopping recording
}