accruedValue_Pre method
Future<SumResponse>
accruedValue_Pre(
- ServiceCall $call,
- Future<
DebitNotesServiceCountReq> $request
Implementation
$async.Future<$1.SumResponse> accruedValue_Pre($grpc.ServiceCall $call,
$async.Future<$0.DebitNotesServiceCountReq> $request) async {
return accruedValue($call, await $request);
}