friendAdded method

void friendAdded(
  1. FriendInfo u
)

好友已添加

Implementation

void friendAdded(FriendInfo u) {
  onFriendAdded?.call(u);
}