FriendListUpdatedCallback typedef

FriendListUpdatedCallback = void Function(List<String> newFriends)

Implementation

typedef void FriendListUpdatedCallback(List<String> newFriends);