getImage_Pre method

Future<GetImageResponse> getImage_Pre(
  1. ServiceCall call,
  2. Future<GetImageRequest> request
)

Implementation

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