menu
flutter_tello package
documentation
commands/control/video_stream_command.dart
VideoStreamCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
String
execute
(
)
override
Implementation
@override String execute() { return videoStream == VideoStream.on ? "streamon" : "streamoff"; }
flutter_tello package
documentation
commands/control/video_stream_command
VideoStreamCommand
execute method
VideoStreamCommand class