setSharedKey abstract method
Registers rawKey at keyIndex for every participant.
This is the passphrase-style setup: every participant derives the same bytes and calls this with the same index.
Implementation
Future<void> setSharedKey(int keyIndex, Uint8List rawKey);