static openChat(User? user, Group? group) { uiListener.forEach((key, value) { value.openChat(user, group); }); }