rotateKey method

Future<void> rotateKey()

Implementation

Future<void> rotateKey() async {
  await keyManager.rotateKey();
}