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