onFriendRequestAccepted abstract method

void onFriendRequestAccepted(
  1. String? userName
)

发出的好友申请被userName同意

Implementation

void onFriendRequestAccepted(String? userName);