Tello constructor
Tello({
- required TelloConfiguration configuration,
- int timeoutInSeconds = 20,
Implementation
Tello({required this.configuration, this.timeoutInSeconds = 20});