onContactInvited abstract method Null safety
Occurs when a user receives a friend request.
Param userName The user who initiated the friend request.
Param reason The invitation message.
Implementation
void onContactInvited(String userName, String? reason);