secure property

  1. @override
NativeSecureStorage get secure
override

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

@override
NativeSecureStorage get secure => this;