stopRecording method

Future<String?> stopRecording()

Implementation

Future<String?> stopRecording() async {
  return await AvPlatformInterface.instance.stopRecording();
}