downloadImage abstract method

Future<ImageData> downloadImage(
  1. ServiceCall call,
  2. StoredImage request
)

Implementation

$async.Future<$1.ImageData> downloadImage(
    $grpc.ServiceCall call, $5.StoredImage request);