HookContext class
Constructors
- HookContext.new(int hookId, int line, String fileName, Function hookFunction)
Properties
Methods
-
isHooked(
String fileName, int line) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
triggerHook(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited