menu
flutter_tello package
documentation
commands/write/change_wifi_command.dart
ChangeWifiCommand
ChangeWifiCommand constructor
ChangeWifiCommand constructor
dark_mode
light_mode
ChangeWifiCommand
constructor
ChangeWifiCommand
(
{
required
String
ssid
,
required
String
password
,
})
Implementation
ChangeWifiCommand({required this.ssid, required this.password});
flutter_tello package
documentation
commands/write/change_wifi_command
ChangeWifiCommand
ChangeWifiCommand constructor
ChangeWifiCommand class