UserStorageService class

Constructors

UserStorageService.new()

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

getPreference({Placemark? preKey, Position? preValue}) Future<Map<String, dynamic>>
getUserAvatar({required String lastSynced, required String notificationsEnabled, required String userRoles}) Future<Map<String, dynamic>>
getUserEmail() Future<Map<String, dynamic>>
getUserName(String isVerified, Map<String, dynamic> userPermissions, {Map<String, String>? twoFactorEnabled}) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateUserPreferences(int userKey) Future<void>

Operators

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