viewEntryGPSStaticImage_Pre method
Future<ImageResponse>
viewEntryGPSStaticImage_Pre(
- ServiceCall $call,
- Future<
IdentifierUUID> $request
Implementation
$async.Future<$1.ImageResponse> viewEntryGPSStaticImage_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUID> $request) async {
return viewEntryGPSStaticImage($call, await $request);
}