NavigationFlowRecorder class
Records screen visits for YAML tests (including back-navigation revisits).
Constructors
Properties
Methods
-
clear(
) → void -
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recordScreenChange(
VisibleScreen? screen) → void - Visible for unit tests; production uses startListening.
-
seed(
Iterable< String> names) → void - For unit tests only.
-
startListening(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited