The τ Recorder API
pauseRecorder()
pauseRecorder()
Dart API: pauseRecorder
On Android this API verb needs al least SDK-24. An exception is thrown if the Recorder is not currently recording.
Example:
await myRecorder.pauseRecorder();
Lorem ipsum ...
</div>
Last updated
Was this helpful?