stash_secure_storage library

Provides a Secure Storage implementation of the Stash API for Dart

Classes

SecureStorageAdapter
The SecureStorageAdapter provides a bridge between the store and the Secure Storage backend
SecureStorageCacheStore
SecureStorageStore<I extends Info, E extends Entry<I>>
Shared Preferences based implemention of a Store
SecureStorageVaultStore

Functions

newSecureStorageCacheStore({StoreCodec? codec, IOSOptions? iOptions, AndroidOptions? aOptions, LinuxOptions? lOptions, WindowsOptions? wOptions, WebOptions? webOptions, MacOsOptions? mOptions}) Future<SecureStorageCacheStore>
Creates a SecureStorageCacheStore
newSecureStorageVaultStore({StoreCodec? codec, IOSOptions? iOptions, AndroidOptions? aOptions, LinuxOptions? lOptions, WindowsOptions? wOptions, WebOptions? webOptions, MacOsOptions? mOptions}) Future<SecureStorageVaultStore>
Creates a SecureStorageVaultStore