enable method
Enables a hook by id.
Throws an ArgumentError when no hook with id is registered.
Implementation
void enable(String id) => _byId(id).enabled = true;
Enables a hook by id.
Throws an ArgumentError when no hook with id is registered.
void enable(String id) => _byId(id).enabled = true;