native_storage library

Classes

IsolatedNativeStorage
A NativeStorage that performs storage operations asynchronously on a separate isolate.
NativeLocalStorage
Provides app-local storage of key-value pairs.
NativeMemoryStorage
An in-memory implementation of NativeStorage and NativeSecureStorage.
NativeSecureStorage
Provides platform-specific secure storage, typically using the OS's secure keychain or keystore.
NativeStorage
An interface for native storage implementations.
NativeStorageException
NativeStorageUnknownException

Typedefs

NativeStorageFactory = NativeStorage Function({String? namespace, String? scope})
A NativeStorage constructor.