HActionHook class
Hook that executes custom logic at specific points in the operation lifecycle. Use latches to specify when this hook should execute.
Constructors
-
HActionHook({required List<
HHLatch> latches, required Future action(HHCtxI ctx)})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited