onContactAdded method Null safety
- String userName
Occurs when user is added as a contact by another user.
Param userName
The new contact to be added.
Implementation
void onContactAdded(String userName);
Occurs when user is added as a contact by another user.
Param userName
The new contact to be added.
void onContactAdded(String userName);