stop method

void stop()

Stops recording.

Implementation

void stop() {
  _recorder.stop();
  _isRecording = false;
}