chatViewConfig property
Implementation
@Deprecated('use chatView instead$deprecatedTipsV419')
ZegoInRoomChatViewConfig get chatViewConfig => chatView;
- @Deprecated('use chatView instead$deprecatedTipsV419')
Implementation
@Deprecated('use chatView instead$deprecatedTipsV419')
set chatViewConfig(ZegoInRoomChatViewConfig value) => chatView = value;