stopRecording method

Future<Uint8List> stopRecording()

Stops the current recording session and returns the serialized sequence.

Implementation

Future<Uint8List> stopRecording() => _impl.stopRecording();