downloadLabelByID_Pre method
Implementation
$async.Future<$1.StandardFile> downloadLabelByID_Pre(
$grpc.ServiceCall $call, $async.Future<$1.Identifier> $request) async {
return downloadLabelByID($call, await $request);
}
$async.Future<$1.StandardFile> downloadLabelByID_Pre(
$grpc.ServiceCall $call, $async.Future<$1.Identifier> $request) async {
return downloadLabelByID($call, await $request);
}