viewPaginatedApprovedDebitNoteItems_Pre method

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

Implementation

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