OnFriendApplicationListDeletedCallback typedef

OnFriendApplicationListDeletedCallback = void Function(List<String> userList)

Implementation

typedef OnFriendApplicationListDeletedCallback = void Function(
  List<String> userIDList,
);