getTranslationsByProjectSearch_Pre method

Future<TranslationList> getTranslationsByProjectSearch_Pre(
  1. ServiceCall $call,
  2. Future<ProjectSearch> $request
)

Implementation

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