autofill_Pre method

Future<IdentifierResponse> autofill_Pre(
  1. ServiceCall $call,
  2. Future<DebitNotesServiceAutofillRequest> $request
)

Implementation

$async.Future<$1.IdentifierResponse> autofill_Pre($grpc.ServiceCall $call,
    $async.Future<$0.DebitNotesServiceAutofillRequest> $request) async {
  return autofill($call, await $request);
}