menu
pvcache package
documentation
hooks/encrypted_hook.dart
EncryptionKeyManager
rotateKey method
rotateKey method
dark_mode
light_mode
rotateKey
method
Future
<
void
>
rotateKey
(
)
Implementation
Future<void> rotateKey() async { _cachedKey = _generateKey(); await _storeKey(_cachedKey!); }
pvcache package
documentation
hooks/encrypted_hook
EncryptionKeyManager
rotateKey method
EncryptionKeyManager class