PrivateEncryptedChannelAuthorizationData constructor

const PrivateEncryptedChannelAuthorizationData({
  1. required String authKey,
  2. required Uint8List sharedSecret,
})

Implementation

const PrivateEncryptedChannelAuthorizationData({
  required this.authKey,
  required this.sharedSecret,
});