ClientStatus class

Provides status of user on different devices

Properties

desktop UserStatus
The user's status set for an active desktop (Windows, Linux, Mac) application session
latefinal
hashCode int
The hash code for this object.
no setteroverride
isOnline bool
Returns if user is online
no setter
phone UserStatus
The user's status set for an active web (browser, bot account) application session
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
web UserStatus
The user's status set for an active mobile (iOS, Android) application session
latefinal

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.
override