UserX class

Constructors

UserX()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

allSessionsUrl Future<String?>
no setter
platformVersion Future<String?>
no setter
sessionUrl Future<String?>
no setter

Static Methods

addEvent(String name, Map<String, String> attributes) → void
addScreenName(String title) → void
configure(String key) → void
markSessionToUpload() → void
setRenderingInBackground(bool renderingInBackground) Future<void>
setUserId(String userId) → void
start(String key) → void
startScreenRecording() Future<void>
startSession() → void
startWithMarkSessionToUpload(String key) → void
stopScreenRecording() Future<void>
stopSession() → void