onContactDeleted method Null safety
- String userName
Occurs when a user is removed from the contact list by another user.
Param userName
The user who is removed from the contact list by another user.
Implementation
void onContactDeleted(String userName);