videoRecordStart method Null safety

Future<void> videoRecordStart()

Starts the DJI Video Recorder.

Implementation

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