Channel constructor

Channel({
  1. required PusherClient client,
  2. required String name,
})

Implementation

Channel({required this.client, required this.name});