OnFriendApplicationListDeletedCallback typedef

OnFriendApplicationListDeletedCallback = void Function(List<String> userIDList)

Implementation

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