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