Tello constructor

Tello({
  1. required TelloConfiguration configuration,
  2. int timeoutInSeconds = 20,
})

Implementation

Tello({required this.configuration, this.timeoutInSeconds = 20});