withTheme method
Specifies a theme which will be used during auth process.
Implementation
AuthParamsBuilder withTheme(AuthTheme? theme) {
_theme = theme;
return this;
}
Specifies a theme which will be used during auth process.
AuthParamsBuilder withTheme(AuthTheme? theme) {
_theme = theme;
return this;
}