PrivateEncryptedChannel.internal constructor

  1. @internal
PrivateEncryptedChannel.internal({
  1. required ChannelsManagerStreamGetter publicStreamGetter,
  2. required ChannelPublicEventEmitter publicEventEmitter,
  3. required ChannelsManagerConnectionDelegate connectionDelegate,
  4. required String name,
  5. required EndpointAuthorizableChannelAuthorizationDelegate<PrivateEncryptedChannelAuthorizationData> authorizationDelegate,
  6. required PrivateEncryptedChannelEventDataEncodeDelegate eventDataEncodeDelegate,
})

Implementation

@internal
PrivateEncryptedChannel.internal({
  required this.publicStreamGetter,
  required this.publicEventEmitter,
  required this.connectionDelegate,
  required this.name,
  required this.authorizationDelegate,
  required this.eventDataEncodeDelegate,
});