onContactDeleted property

(void Function(String userId)?) onContactDeleted
final

~english Occurs when a user is removed from the contact list by another user. ~end

~chinese 删除好友回调。 ~end

Implementation

final void Function(
  String userId,
)? onContactDeleted;