NIMChatroomIndependentModeConfig constructor Null safety

NIMChatroomIndependentModeConfig(
  1. {required String appKey,
  2. String? account,
  3. String? token}
)

Implementation

NIMChatroomIndependentModeConfig({
  required this.appKey,
  this.account,
  this.token,
});