ratchetKey method
Implementation
Future<void> ratchetKey() async {
await _keyProvider?.ratchetKey(
participantId: _senderParticipantId!,
index: 0,
);
}
Future<void> ratchetKey() async {
await _keyProvider?.ratchetKey(
participantId: _senderParticipantId!,
index: 0,
);
}