getSupportedLanguages method
ResponseFuture<GetSupportedLanguagesResponse>
getSupportedLanguages(
- GetSupportedLanguagesRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.GetSupportedLanguagesResponse> getSupportedLanguages($2.GetSupportedLanguagesRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getSupportedLanguages, request, options: options);
}