accruedValue_Pre method

Future<SumResponse> accruedValue_Pre(
  1. ServiceCall $call,
  2. Future<DebitNotesServiceCountReq> $request
)

Implementation

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