viewExitImage_Pre method

Future<ImageResponse> viewExitImage_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUID> $request
)

Implementation

$async.Future<$1.ImageResponse> viewExitImage_Pre($grpc.ServiceCall $call,
    $async.Future<$1.IdentifierUUID> $request) async {
  return viewExitImage($call, await $request);
}