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

HintDiagnosticsHandler()

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 stepIndex of tour tourId for target targetId was not shown for reason; detail carries reason context (timeout, message).
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited