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