themeModel property

Getter for the theme model.

Implementation

TencentCloudChatThemeModel get themeModel => _themeModel;
set themeModel (TencentCloudChatThemeModel value)

Setter for the theme model.

Implementation

set themeModel(TencentCloudChatThemeModel value) {
  _themeModel = value;
  TencentCloudChat.instance.eventBusInstance.fire(this, "TencentCloudChatTheme");
}