loadApkamKeys property

Future<PersistedApkamKeys?> Function()? loadApkamKeys
getter/setter pair

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;