execute method

  1. @override
String execute()
override

Implementation

@override
String execute() {
  // todo: tell the tello what to do.
  return detection == MissionPadDetection.on ? "mon" : "moff";
}