onContactInvited method Null safety
- String? userName,
- String? reason
收到userName
的好友申请,原因是reason
Implementation
void onContactInvited(String? userName, String? reason);
收到userName
的好友申请,原因是reason
void onContactInvited(String? userName, String? reason);