removeTarget method

void removeTarget()

Removes the current follow target.

Implementation

void removeTarget() {
  _target = null;
}