chatViewConfig property

  1. @Deprecated('use chatView instead$deprecatedTipsV419')
ZegoInRoomChatViewConfig chatViewConfig

Implementation

@Deprecated('use chatView instead$deprecatedTipsV419')
ZegoInRoomChatViewConfig get chatViewConfig => chatView;
  1. @Deprecated('use chatView instead$deprecatedTipsV419')
void chatViewConfig=(ZegoInRoomChatViewConfig value)

Implementation

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