pause method
void
pause()
Stops recording, but don't ends it yet.
Gives less latency than starting a new recording, so if data should come in sequence, this should be used instead.
Implementation
void pause() => _recorder._recorder.pauseRec(_rec);