clear method

void clear(
  1. String id
)

Clears all registered zones.

Implementation

void clear(String id) {
  _zones.remove(id);
}