stopRecording static method

Future<void> stopRecording()

Stops recording

Implementation

static Future<void> stopRecording() async {
  await _channel.invokeMethod('stopRecording');
}