NIMChatroomIndependentModeConfigDesktop constructor
NIMChatroomIndependentModeConfigDesktop({})
Implementation
NIMChatroomIndependentModeConfigDesktop({
required this.linkAddresses,
required appKey,
String? token,
String? account,
}) : super(
appKey: appKey,
account: account,
token: token,
);