menu
telegram_client package
documentation
util/util.dart
TgUtils
parseHtmlBold static method
parseHtmlBold static method
dark_mode
light_mode
parseHtmlBold
static method
String
parseHtmlBold
(
String
text
)
Implementation
static String parseHtmlBold(String text) { return "<b>${text}</b>"; }
telegram_client package
documentation
util/util
TgUtils
parseHtmlBold static method
TgUtils class