unsubscribeTo method

void unsubscribeTo(
  1. String channel
)

Implementation

void unsubscribeTo(String channel) {
  _client!.unsubscribe(channel);
}