afterConnect method

void afterConnect()

Implementation

void afterConnect() {
  for (var channel in channels.keys) {
    subscribe(channel);
  }
}