searchAll method
ResponseFuture<CreditNotesList>
searchAll(
- CreditNotesServiceSearchAllReq request, {
- CallOptions? options,
View all that match the given search key
Implementation
$grpc.ResponseFuture<$0.CreditNotesList> searchAll(
$0.CreditNotesServiceSearchAllReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$searchAll, request, options: options);
}