uprootAll method

void uprootAll()

Remove all planted tree.

Implementation

void uprootAll() {
  _lock.synchronized(() => _trees.clear());
}