removeZone method

void removeZone(
  1. int id
)

Implementation

void removeZone(int id) {
  _dragFunctions.remove(id);
  _dropFunctions.remove(id);
}