detachDragTarget method
Implementation
void detachDragTarget(FloatingDragTargetController controller) {
_dragTargetControllers.remove(controller);
notifyListeners();
}
void detachDragTarget(FloatingDragTargetController controller) {
_dragTargetControllers.remove(controller);
notifyListeners();
}