getChannelInfo method

Future<String?> getChannelInfo()

Implementation

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