needListener method

bool needListener()

Implementation

bool needListener() {
  if (_gestureTypes.isEmpty) {
    return false;
  }
  return true;
}