setDefaultTHooks static method
Set default terminal hooks to be applied to all registered configs.
Must be called before registerConfig().
Implementation
static void setDefaultTHooks(List<TerminalSerializationHook> hooks) {
_defaultTerminalHooks.clear();
_defaultTerminalHooks.addAll(hooks);
}