retrieveImage_Pre method

Future<CabinetProto_Image_RetrieveReply> retrieveImage_Pre(
  1. ServiceCall $call,
  2. Future<CabinetProto_Image_RetrieveRequest> $request
)

Implementation

$async.Future<$0.CabinetProto_Image_RetrieveReply> retrieveImage_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.CabinetProto_Image_RetrieveRequest> $request) async {
  return retrieveImage($call, await $request);
}