viewApprovedDebitNoteItems_Pre method

Future<DebitNoteItemsList> viewApprovedDebitNoteItems_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierWithSearchKey> $request
)

Implementation

$async.Future<$0.DebitNoteItemsList> viewApprovedDebitNoteItems_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$1.IdentifierWithSearchKey> $request) async {
  return viewApprovedDebitNoteItems($call, await $request);
}