The τ Recorder API
stopRecorder()
stopRecorder()
stopRecorder()
await myRecorder.stopRecorder();
if (_recorderSubscription != null)
{
_recorderSubscription.cancel();
_recorderSubscription = null;
}
Lorem ipsum ...Last updated
Was this helpful?