storeSecret abstract method
Persists a small secret (the vault master key) in the platform key store. Returns false when no secure store exists and the caller must fall back.
Implementation
Future<bool> storeSecret(String alias, Uint8List secret);
Persists a small secret (the vault master key) in the platform key store. Returns false when no secure store exists and the caller must fall back.
Future<bool> storeSecret(String alias, Uint8List secret);