count method
Returns the total count of records matching the given complex filter criteria.
Implementation
$grpc.ResponseFuture<$1.CountResponse> count(
$0.NotesServiceCountReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$count, request, options: options);
}