getSubscription abstract method

Subscription? getSubscription(
  1. String channel
)

Get subscription to the channel.

You need to call Subscription.subscribe to start receiving events in the channel.

Implementation

Subscription? getSubscription(String channel);