SessionFrame class
Object used to chronicle user flows during an app session.
Properties
Methods
-
end(
) → Future< void> - Reports the end of the session frame. The SessionFrame object will no longer be usable after this call.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateName(
String newName) → Future< void> -
Updates the session frame with a
newName
. This is generally used when the appropriate name for the Session Frame is not known at the time of its creation.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited