SecureStorageService class abstract interface

An abstract interface class for managing secure storage.

Provides methods for initializing secure storage, saving authentication information, retrieving saved authentication information, and deleting authentication information.

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

deleteAuthenticationInfo() Future<void>
Deletes the saved authentication information.
getSavedAuthenticationInfo() Future<SecureAuthenticationInfo?>
Retrieves the saved authentication information.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveAuthenticationInfo(SecureAuthenticationInfo info) Future<void>
Saves the authentication information securely.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

initialize() SecureStorageService
Initializes the SecureStorageService.