getTranslationsByProjectSearch_Pre method
Future<TranslationList>
getTranslationsByProjectSearch_Pre(
- ServiceCall $call,
- Future<
ProjectSearch> $request
Implementation
$async.Future<$1.TranslationList> getTranslationsByProjectSearch_Pre(
$grpc.ServiceCall $call, $async.Future<$1.ProjectSearch> $request) async {
return getTranslationsByProjectSearch($call, await $request);
}