menu
flutter_tello package
documentation
commands/control/emergency_command.dart
EmergencyCommand
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 "emergency"; }
flutter_tello package
documentation
commands/control/emergency_command
EmergencyCommand
execute method
EmergencyCommand class