deleteAllMedia method Null safety
Deletes all media files from the Drone.
Work in progress... TBD.
Implementation
static Future<void> deleteAllMedia() async {
await _api?.deleteAllMedia();
}
Deletes all media files from the Drone.
Work in progress... TBD.
static Future<void> deleteAllMedia() async {
await _api?.deleteAllMedia();
}