StandardLanguage constructor
StandardLanguage({})
Creates a standard language configuration with the given parameters.
Implementation
StandardLanguage({
required this.language,
required this.brand,
required this.termsOfServiceUrl,
required this.privacyPolicyUrl,
required this.onboardingPageConsentSupplementaryPoints,
}) : super(AiutaLanguageMode.standard);