withLocale method
Specifies a language which will be used during auth process.
Implementation
AuthParamsBuilder withLocale(AuthLocale? locale) {
_locale = locale;
return this;
}
Specifies a language which will be used during auth process.
AuthParamsBuilder withLocale(AuthLocale? locale) {
_locale = locale;
return this;
}