onContactDeleted property
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;
~english Occurs when a user is removed from the contact list by another user. ~end
~chinese 删除好友回调。 ~end
final void Function(
String userId,
)? onContactDeleted;