batchEnableServices_Pre method

Future<Operation> batchEnableServices_Pre(
  1. ServiceCall $call,
  2. Future<BatchEnableServicesRequest> $request
)

Implementation

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