moveTo method

void moveTo(
  1. Vector2 event
)

Implementation

void moveTo(Vector2 event) {
  _observers.forEach((o) => o.moveTo(event));
}