batchEnableServices_Pre method
Future<Operation>
batchEnableServices_Pre(
- ServiceCall $call,
- Future<
BatchEnableServicesRequest> $request
Implementation
$async.Future<$1.Operation> batchEnableServices_Pre($grpc.ServiceCall $call,
$async.Future<$0.BatchEnableServicesRequest> $request) async {
return batchEnableServices($call, await $request);
}