SecureStorageService class
Constructors
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
-
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.
inherited
Static Methods
-
deleteSecureData(
String key) → Future< void> - Remove data from storage
-
readSecureData(
String key) → dynamic - Read and decrypt value from storage, NOTE: value can be null, need to handle null case
-
writeSecureData(
String key, String value) → Future< void> - Write encrypted value to storage
Constants
- accessToken → const String
- designationId → const String
- fullName → const String
- levelIdLogin → const String
- levelNameLogin → const String
- mobileNo → const String
- partnerIdLogin → const String
- positionId → const String
- refreshToken → const String
- userCategory → const String
- userId → const String
- xUserId → const String