loadApkamKeys property
Supply to give this APKAM keypair a stable enc keypair across restarts. Called once, before generating a fresh one; return null to generate fresh.
Implementation
Future<PersistedApkamKeys?> Function()? loadApkamKeys;
Supply to give this APKAM keypair a stable enc keypair across restarts. Called once, before generating a fresh one; return null to generate fresh.
Future<PersistedApkamKeys?> Function()? loadApkamKeys;