OnFriendGroupDeletedCallback typedef

OnFriendGroupDeletedCallback = void Function(List<String> groupNameList)

Implementation

typedef OnFriendGroupDeletedCallback = void Function (
  List<String> groupNameList
);