videoRecordStop static method
Stops the DJI Video Recorder.
Implementation
static Future<void> videoRecordStop() async {
await _api?.videoRecordStop();
}
Stops the DJI Video Recorder.
static Future<void> videoRecordStop() async {
await _api?.videoRecordStop();
}