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