bool conversationIsMute(String conversationId) { dynamic tmpMap = cachedMap[muteMapKey] ?? {}; return tmpMap?.containsKey(conversationId) ?? false; }