getImage_Pre method
- ServiceCall call,
- Future<
GetImageRequest> request
Implementation
$async.Future<$19.GetImageResponse> getImage_Pre($grpc.ServiceCall call, $async.Future<$19.GetImageRequest> request) async {
return getImage(call, await request);
}