arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

The Ï„ Recorder API

resumeRecorder()

hashtag
resumeRecorder()

  • Dart API: resumeRecorderarrow-up-right

On Android this API verb needs al least SDK-24. An exception is thrown if the Recorder is not currently paused.

Example:

</div>


        await myRecorder.resumeRecorder();

        Lorem ipsum ...
Dart
Javascript