menu
flutter_tello package
documentation
commands/write/change_wifi_command.dart
ChangeWifiCommand
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 "wifi $ssid $password"; }
flutter_tello package
documentation
commands/write/change_wifi_command
ChangeWifiCommand
execute method
ChangeWifiCommand class