SessionFrame class Null safety

Object used to chronicle user flows during an app session.

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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 non-existent 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