stopRecording method

void stopRecording()

Stops the current recording session without clearing records.

Implementation

void stopRecording() {
  _isRecording = false;
}