searchAll method

ResponseFuture<DebitNotesList> searchAll(
  1. DebitNotesServiceSearchAllReq request, {
  2. CallOptions? options,
})

View all that match the given search key

Implementation

$grpc.ResponseFuture<$0.DebitNotesList> searchAll(
  $0.DebitNotesServiceSearchAllReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$searchAll, request, options: options);
}