decodeHtml method

dynamic decodeHtml(
  1. String html
)

Implementation

decodeHtml(String html) {
  return Uri.decodeFull(html);
}