SessionFrame class

Object used to chronicle user flows during an app session.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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