show method

Removes the hidden status for the channel.

Implementation

Future<EmptyResponse> show() async {
  _checkInitialized();
  return _client.showChannel(id!, type);
}