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