batchUpdateIntents_Pre method

Future<Operation> batchUpdateIntents_Pre(
  1. ServiceCall call,
  2. Future<BatchUpdateIntentsRequest> request
)

Implementation

$async.Future<$1.Operation> batchUpdateIntents_Pre($grpc.ServiceCall call,
    $async.Future<$6.BatchUpdateIntentsRequest> request) async {
  return batchUpdateIntents(call, await request);
}