updateChannelOrder method

Future<UpdateChannelOrderResponse> updateChannelOrder(
  1. ClientContext? ctx,
  2. UpdateChannelOrderRequest request
)

Implementation

$async.Future<$6.UpdateChannelOrderResponse> updateChannelOrder($pb.ClientContext? ctx, $6.UpdateChannelOrderRequest request) {
  var emptyResponse = $6.UpdateChannelOrderResponse();
  return _client.invoke<$6.UpdateChannelOrderResponse>(ctx, 'ChatService', 'UpdateChannelOrder', request, emptyResponse);
}