addPointer method

void addPointer(
  1. dynamic event
)

Implementation

void addPointer(event) {
  pointers.add(event);
}