add method

void add(
  1. TelloCommand command
)

Implementation

void add(TelloCommand command) {
  _commandList.add(command);
}