addCommand method

void addCommand(
  1. AFCommand command
)

Implementation

void addCommand(AFCommand command) {
  commands.add(command);
}