Session class

Available Extensions

Constructors

Session()

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
profile Profile
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

availabilityMode(AvailabilityMode mode) Future
company() Future<String?>
dashboard(String name) Future
exists() bool
geoLocation() Future<LocationData?>
hasServerUri() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifications({DateTime? before}) Future<Iterable<NotificationBase>>
online(bool val) Future
refresh() Future
seenMessages() Future
seenNotifications() Future
setup(String serverUri) → dynamic
toString() String
A string representation of this object.
inherited
tryRestore() Future<bool>

Operators

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