viewFromIDs method

ResponseFuture<FormsSectionsList> viewFromIDs(
  1. IdentifiersList request, {
  2. CallOptions? options,
})

View all records with the given IDs

Implementation

$grpc.ResponseFuture<$0.FormsSectionsList> viewFromIDs(
  $1.IdentifiersList request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewFromIDs, request, options: options);
}