hasIntersectionObserver method

bool hasIntersectionObserver()

Implementation

bool hasIntersectionObserver() {
  return _listeners?.isNotEmpty == true;
}