menu
zuraffa package
documentation
zuraffa/agent.dart
PolicyShell
register method
register method
dark_mode
light_mode
register
method
void
register
(
PolicyHook
hook
)
Registers a hook.
Implementation
void register(PolicyHook hook) => _hooks.add(hook);
zuraffa package
documentation
zuraffa/agent
PolicyShell
register method
PolicyShell class