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