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