videoRecordStop static method

Future<void> videoRecordStop()

Stops the DJI Video Recorder.

Implementation

static Future<void> videoRecordStop() async {
  await _api?.videoRecordStop();
}