HintDiagnosticsHandler class abstract
Handler for "why didn't it show" diagnostics.
The controller writes every failed show attempt here. Other subsystems can register additional handlers implementing the same interface — the contract stays unchanged and the engine never learns about them.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onHintSkipped(
String tourId, int stepIndex, String targetId, HintSkipReason reason, String detail) → void -
Step
stepIndexof tourtourIdfor targettargetIdwas not shown forreason;detailcarries reason context (timeout, message). -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited