getDefaultLocale method
override
Return the fixed Locale that this resolver will return if no cookie found, if any.
Implementation
Intl getDefaultLocale() {
return this.defaultLocale;
}
Return the fixed Locale that this resolver will return if no cookie found, if any.
Intl getDefaultLocale() {
return this.defaultLocale;
}