ISessionManager class abstract

Constructors

ISessionManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
isAuthenticated Future<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearBiometrics() Future<void>
clearSession() Future<void>
deleteAllPreviousSearchHistory() Future<void>
getCurrentUser() Future<UserModel?>
getHistorySearches() Future<List<StoreRecentSearchEntity>>
getToken() Future<String?>
isBiometricsEnabled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readBiometricInfo() Future<BiometricRegisterModel?>
readCartCount() Future<int>
saveCartCount(int count) Future<void>
saveCurrentSearchItem(String searchItem) Future<void>
saveCurrentUser({required UserModel user}) Future<void>
saveToken({required String accessToken}) Future<void>
saveWishlistProduct({required String productId, required bool isWishlist}) Future<void>
storeBiometricInfo(BiometricRegisterModel? model) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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