menu
flutter_tello package
documentation
commands/control/land_command.dart
LandCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
String
execute
(
)
override
Implementation
@override String execute() { // todo: tell the tello what to do. return "land"; }
flutter_tello package
documentation
commands/control/land_command
LandCommand
execute method
LandCommand class