get method

Channel get(
  1. String channelName
)

Implementation

Channel get(String channelName) => Channel(_delegate.get(channelName));