removeEventType method

void removeEventType(
  1. String type
)

Implementation

void removeEventType(String type) {
  _gestureTypes.remove(type);
}