HActionHook class

Hook that executes custom logic at specific points in the operation lifecycle. Use latches to specify when this hook should execute.

Inheritance

Constructors

HActionHook({required List<HHLatch> latches, required Future action(HHCtxI ctx)})

Properties

action Future Function(HHCtxI ctx)
final
hashCode int
The hash code for this object.
no setterinherited
latches List<HHLatch>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
finalinherited

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