batchCloseConsumers method

Future<BatchCloseConsumersResponse> batchCloseConsumers(
  1. ClientContext? ctx,
  2. BatchCloseConsumersRequest request
)

Implementation

$async.Future<BatchCloseConsumersResponse> batchCloseConsumers(
        $pb.ClientContext? ctx, BatchCloseConsumersRequest request) =>
    _client.invoke<BatchCloseConsumersResponse>(ctx, 'SushiToMomoService',
        'batchCloseConsumers', request, BatchCloseConsumersResponse());