videoRecordStart method Null safety
Starts the DJI Video Recorder.
Implementation
static Future<void> videoRecordStart() async {
await _api?.videoRecordStart();
}
Starts the DJI Video Recorder.
static Future<void> videoRecordStart() async {
await _api?.videoRecordStart();
}