storeSecret abstract method

Future<bool> storeSecret(
  1. String alias,
  2. 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.

Implementation

Future<bool> storeSecret(String alias, Uint8List secret);