parseHtmlSpoiler static method

String parseHtmlSpoiler(
  1. String text
)

Implementation

static String parseHtmlSpoiler(String text) {
  return "<tg-spoiler>${text}</tg-spoiler>";
}