retrieveImage_Pre method
Future<CabinetProto_Image_RetrieveReply>
retrieveImage_Pre(
- ServiceCall $call,
- 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);
}