stopRecording static method

Future stopRecording()

Implementation

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