FriendRequestListUpdatedCallback typedef

FriendRequestListUpdatedCallback = void Function(List<String> newRequests)

Implementation

typedef void FriendRequestListUpdatedCallback(List<String> newRequests);