viewWithPagination method
ResponseFuture<DebitNotesServicePaginationResponse>
viewWithPagination(
- DebitNotesServicePaginationReq request, {
- CallOptions? options,
View with pagination
Implementation
$grpc.ResponseFuture<$0.DebitNotesServicePaginationResponse>
viewWithPagination(
$0.DebitNotesServicePaginationReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewWithPagination, request, options: options);
}