menu
flutter_tello package
documentation
commands/read/get_sdk_command.dart
GetSDKCommand
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
"sdk?"
; }
flutter_tello package
documentation
commands/read/get_sdk_command
GetSDKCommand
execute method
GetSDKCommand class