addMention method
Implementation
Future<void> addMention() async {
Map<String, String> conversationExt = ext ?? {};
conversationExt[hasMentionKey] = hasMentionValue;
await setExt(conversationExt);
}
Future<void> addMention() async {
Map<String, String> conversationExt = ext ?? {};
conversationExt[hasMentionKey] = hasMentionValue;
await setExt(conversationExt);
}