menu
flutter_tello package
documentation
commands/control/take_off_command.dart
TakeOffCommand
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 "takeoff"; }
flutter_tello package
documentation
commands/control/take_off_command
TakeOffCommand
execute method
TakeOffCommand class