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