searchItemsWithPagination abstract method

Future<DebitNotesServicePaginatedItemsResponse> searchItemsWithPagination(
  1. ServiceCall call,
  2. DebitNoteItemsSearchRequest request
)

Implementation

$async.Future<$0.DebitNotesServicePaginatedItemsResponse>
    searchItemsWithPagination(
        $grpc.ServiceCall call, $0.DebitNoteItemsSearchRequest request);