HHCtxControl class
- Inheritance
-
- Object
- HHCtxControlI
- HHCtxControl
Constructors
- HHCtxControl(HHCtxI ctx)
Properties
- ctx → HHCtx
-
no setteroverride
- currentStage → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
breakEarly(
dynamic returnValue, [Map< String, dynamic> ? meta]) → void -
emit(
String eventName, {Future action(HHCtxI ctx)?, bool handleCtrlException = false}) → Future -
Emits an event, executing all registered hooks for that event.
override
-
invoke(
Future hookAction(HHCtxI ctx), bool handleCtrlException) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
popStage(
) → void -
inherited
-
popSubStage(
) → void -
inherited
-
pushStage(
String stageName) → void -
inherited
-
pushSubStage(
String subStageName) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited