getAllowedLanguages method
ResponseFuture<GetAllowedLanguagesResponse>
getAllowedLanguages(
- GetAllowedLanguagesRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetAllowedLanguagesResponse> getAllowedLanguages($1.GetAllowedLanguagesRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getAllowedLanguages, request, options: options);
}