PrivateEncryptedChannel constructor
PrivateEncryptedChannel({
- required PusherClient client,
- required String name,
Implementation
PrivateEncryptedChannel({
required super.client,
required super.name,
});