unregisterAllCommands method
void
unregisterAllCommands()
Unregister all commands
Implementation
void unregisterAllCommands() {
commands.clear();
}
Unregister all commands
void unregisterAllCommands() {
commands.clear();
}