searchItemsWithPagination_Pre method

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

Implementation

$async.Future<$0.DebitNotesServicePaginatedItemsResponse>
    searchItemsWithPagination_Pre($grpc.ServiceCall $call,
        $async.Future<$0.DebitNoteItemsSearchRequest> $request) async {
  return searchItemsWithPagination($call, await $request);
}