setKey abstract method
Registers rawKey at keyIndex for a single user.
rawKey must be exactly EncryptionAlgorithm.keyLengthBytes long and
keyIndex must be in 0..255.
Implementation
Future<void> setKey(String userId, int keyIndex, Uint8List rawKey);