registerAll method

void registerAll(
  1. List<Command> commands
)

Public method or function.

Implementation

void registerAll(List<Command> commands) {
  _commands.addAll(commands);
}