messageChatSetTheme property
A theme in the chat has been changed
Implementation
MessageChatSetTheme? get messageChatSetTheme {
if (this is MessageChatSetTheme) {
return this as MessageChatSetTheme;
}
return null;
}
A theme in the chat has been changed
MessageChatSetTheme? get messageChatSetTheme {
if (this is MessageChatSetTheme) {
return this as MessageChatSetTheme;
}
return null;
}