Channel constructor

Channel(
  1. String name,
  2. Pusher pusher
)

Implementation

external factory Channel(String name, Pusher pusher);