OnMoveGroupItemToGroup typedef

OnMoveGroupItemToGroup = void Function(String fromGroupId, int fromIndex, String toGroupId, int toIndex)

Implementation

typedef OnMoveGroupItemToGroup = void Function(
  String fromGroupId,
  int fromIndex,
  String toGroupId,
  int toIndex,
);