lang method
Sets the lang attribute on the <html> element.
Defaults to 'en'.
Implementation
AppBuilder lang(String value) {
_lang = value;
return this;
}
Sets the lang attribute on the <html> element.
Defaults to 'en'.
AppBuilder lang(String value) {
_lang = value;
return this;
}