addEventType method

void addEventType(
  1. String type
)

Implementation

void addEventType(String type) {
  _gestureTypes.add(type);
}