stop method

Future stop()

Recorder will stop recording and sending audio chunks to the audioStream.

Implementation

Future<dynamic> stop() =>
    methodChannel.invokeMethod<dynamic>("stopRecording");