setDefaultDomGeneratorToWeb static method
Sets the default DOMGenerator to web implementation.
Note that dom_builder_generator_web.dart should be imported
to enable package web.
Implementation
static DOMGenerator setDefaultDomGeneratorToWeb() {
return _defaultDomGenerator = DOMGenerator.web();
}