count method

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

Implementation

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