menu
waterbus_sdk package
documentation
e2ee/key_provider.dart
KeyInfo
KeyInfo.new constructor
KeyInfo.new constructor
dark_mode
light_mode
KeyInfo
constructor
KeyInfo
(
{
required
String
participantId
,
required
int
keyIndex
,
required
Uint8List
key
,
})
Implementation
KeyInfo({ required this.participantId, required this.keyIndex, required this.key, });
waterbus_sdk package
documentation
e2ee/key_provider
KeyInfo
KeyInfo.new constructor
KeyInfo class