getChannelInfo method

Future<ChannelInfo?> getChannelInfo()

Implementation

Future<ChannelInfo?> getChannelInfo() {
  throw UnimplementedError('getChannelInfo() has not been implemented.');
}