deleteChannel method

Future<DeleteChannelResponse> deleteChannel(
  1. ClientContext? ctx,
  2. DeleteChannelRequest request
)

Implementation

$async.Future<$6.DeleteChannelResponse> deleteChannel($pb.ClientContext? ctx, $6.DeleteChannelRequest request) {
  var emptyResponse = $6.DeleteChannelResponse();
  return _client.invoke<$6.DeleteChannelResponse>(ctx, 'ChatService', 'DeleteChannel', request, emptyResponse);
}