isDownloadable_Pre method
Implementation
$async.Future<$1.BooleanResponse> isDownloadable_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUID> $request) async {
return isDownloadable($call, await $request);
}
$async.Future<$1.BooleanResponse> isDownloadable_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUID> $request) async {
return isDownloadable($call, await $request);
}