batchCloseProducers method
Future<BatchCloseProducersResponse>
batchCloseProducers(
- ClientContext? ctx,
- BatchCloseProducersRequest request
Implementation
$async.Future<BatchCloseProducersResponse> batchCloseProducers(
$pb.ClientContext? ctx, BatchCloseProducersRequest request) =>
_client.invoke<BatchCloseProducersResponse>(ctx, 'SushiToMomoService',
'batchCloseProducers', request, BatchCloseProducersResponse());