encodeHtml method

dynamic encodeHtml(
  1. String html
)

Implementation

encodeHtml(String html) {
  return Uri.encodeFull(html);
}