AbstractSessionRepository class abstract

Active Sessions of the currently authenticated MyUser provider.

Implementers

Constructors

AbstractSessionRepository()

Properties

connected → RxBool
Indicates whether the current device is connected to any network.
no setter
connectivity → RxList<ConnectivityResult>
ConnectivityResults of the current device.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessions → RxList<RxSession>
Returns the reactive list of active Sessions.
no setter

Methods

fetch({IpAddress? ip}) Future<IpGeoLocation>
Fetches the IpGeoLocation of the provided ip.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLanguage(String? language) → void
Sets the provided language as a preferred localization of IpGeoLocation.
toString() String
A string representation of this object.
inherited

Operators

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