onContactDeleted property
final
Occurs when a user is removed from the contact list by another user.
Implementation
final void Function(
String userId,
)? onContactDeleted;
Occurs when a user is removed from the contact list by another user.
final void Function(
String userId,
)? onContactDeleted;