viewUnapprovedDebitNoteItems_Pre method

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

Implementation

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