createUncheckedHtml<T extends Element> function
- @Deprecated('Use createRawHtml; pass `textContent: true` for safe text.')
Implementation
@Deprecated('Use createRawHtml; pass `textContent: true` for safe text.')
T createUncheckedHtml<T extends Element>(String html, {bool encode = false})
=> createRawHtml<T>(html, textContent: encode);