secure property

NativeSecureStorage get secure

Provides platform-specific secure storage, typically using the OS's secure keychain or keystore.

On Web, this returns a NativeMemoryStorage instance. No written values will be persisted across page reloads.

Implementation

NativeSecureStorage get secure;