rekey method

Future<void> rekey()

Implementation

Future<void> rekey() async {
  _ensureConnected();
  await _beginClientRekey(force: true);
}