stopVideoRecording method

Future stopVideoRecording()

Implementation

Future stopVideoRecording() async {
  return _channel.invokeMethod('stopVideoRecording');
}