OnFriendsDeletedFromGroupCallback typedef

OnFriendsDeletedFromGroupCallback = void Function(String groupName, List<String> friendIDList)

Implementation

typedef OnFriendsDeletedFromGroupCallback = void Function (
  String groupName, List<String> friendIDList
);