unregisterAllCommands method

void unregisterAllCommands()

Unregister all commands

Implementation

void unregisterAllCommands() {
  commands.clear();
}