startVideoRecording method

Future startVideoRecording()

Implementation

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