videoFeedStop static method

Future<void> videoFeedStop()

Stops the DJI Video Feeder.

Implementation

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