stopLiveRecording static method

Future<void> stopLiveRecording()

Implementation

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