addPointer method

dynamic addPointer(
  1. dynamic event
)

Implementation

addPointer(event) {
  _pointers.add(event);
}