menu
hivehook package
documentation
hooks/action_hook.dart
HActionHook
HActionHook.new constructor
HActionHook.new constructor
dark_mode
light_mode
HActionHook
constructor
HActionHook
(
{
required
List
<
HHLatch
>
latches
,
required
Future
action
(
HHCtxI
ctx
),
})
Implementation
HActionHook({required this.latches, required this.action});
hivehook package
documentation
hooks/action_hook
HActionHook
HActionHook.new constructor
HActionHook class