installModule method
Installs a module (batch registers a set of handlers).
Implementation
void installModule(void Function(CommandRegistry) registrar) {
registrar(this);
}
Installs a module (batch registers a set of handlers).
void installModule(void Function(CommandRegistry) registrar) {
registrar(this);
}