stopRecorder()
The τ Recorder API
stopRecorder()
- Dart API: stopRecorder
Use this verb to stop a record. Return a Future to an URL of the recorded sound.
Example:
String anURL = await myRecorder.stopRecorder(); if (_recorderSubscription != null) { _recorderSubscription.cancel(); _recorderSubscription = null; }
Lorem ipsum ...