menu
flutter_webrtc_fixed package
documentation
flutter_webrtc_fixed.dart
EncryptedPacket
EncryptedPacket.new constructor
EncryptedPacket.new constructor
dark_mode
light_mode
EncryptedPacket
constructor
EncryptedPacket
(
{
required
Uint8List
data
,
required
int
keyIndex
,
required
Uint8List
iv
,
})
Implementation
EncryptedPacket({ required this.data, required this.keyIndex, required this.iv, });
flutter_webrtc_fixed package
documentation
flutter_webrtc_fixed
EncryptedPacket
EncryptedPacket.new constructor
EncryptedPacket class