clearHandlers method

void clearHandlers()

clear all handlers

Implementation

void clearHandlers() {
  _commands.clear();
}