Tello class
Constructors
- Tello({required TelloConfiguration configuration, int timeoutInSeconds = 20})
Properties
-
commandsQueue
↔ PublishSubject<
String> -
getter/setter pair
- configuration ↔ TelloConfiguration
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- history → dynamic
-
no setter
- rawDataStream → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ Stream<
TelloState> -
no setter
- timeoutInSeconds ↔ int
-
getter/setter pair
Methods
-
destroy(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processDatagram(
Datagram? datagram) → String -
sendCommand(
TelloCommand command) → Future< int> -
setup(
) → Future< Tello> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited