Channel constructor
Channel({
- required PusherClient client,
- required String name,
Implementation
Channel({required this.client, required this.name});
Channel({required this.client, required this.name});