count method

ResponseFuture<CountResponse> count(
  1. FormsFieldsServiceCountReq request, {
  2. CallOptions? options,
})

Count all that match the given criteria

Implementation

$grpc.ResponseFuture<$1.CountResponse> count(
  $0.FormsFieldsServiceCountReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$count, request, options: options);
}