NIMUnsubscribeUserStatusOption constructor

NIMUnsubscribeUserStatusOption({
  1. required List<String> accountIds,
})

Implementation

NIMUnsubscribeUserStatusOption({required this.accountIds});