rotateKey method

Future<void> rotateKey()

Implementation

Future<void> rotateKey() async {
  _cachedKey = _generateKey();
  await _storeKey(_cachedKey!);
}