favicon method
Injects a <link rel="icon"> tag with path as the favicon URL.
Implementation
AppBuilder favicon(String path) {
_favicon = path;
return this;
}
Injects a <link rel="icon"> tag with path as the favicon URL.
AppBuilder favicon(String path) {
_favicon = path;
return this;
}