NIMFriendDeletion constructor

NIMFriendDeletion({
  1. required String accountId,
  2. required NIMFriendDeletionType deletionType,
})

Implementation

NIMFriendDeletion({required this.accountId, required this.deletionType});