recordImageEntry_Pre method

Future<IdentifierResponse> recordImageEntry_Pre(
  1. ServiceCall $call,
  2. Future<VisitationsServiceImageEntryRequest> $request
)

Implementation

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