stop method

Future<void> stop()

Closes audio stream

Implementation

Future<void> stop() async => await _voiceProcessor?.stop();