remove method

dynamic remove(
  1. T? item
)

Implementation

remove(T? item) => _tree.remove(_boxes[item]);