maybeMarkdownLinkHandlerOf static method
Implementation
static ThreadMarkdownLinkHandler? maybeMarkdownLinkHandlerOf(BuildContext context) {
return maybeOf(context)?.markdownLinkHandler;
}
static ThreadMarkdownLinkHandler? maybeMarkdownLinkHandlerOf(BuildContext context) {
return maybeOf(context)?.markdownLinkHandler;
}