enableSecureStorage property
Whether secure storage mechanisms should be used for sensitive data.
If true, sensitive data will be stored using platform-specific secure
storage mechanisms (e.g., Keychain on iOS, Keystore on Android).
Implementation
final bool enableSecureStorage;