NIMChatroomIndependentModeConfigDesktop constructor

NIMChatroomIndependentModeConfigDesktop({
  1. required List<String> linkAddresses,
  2. required dynamic appKey,
  3. String? token,
  4. String? account,
})

Implementation

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