onCreateNotificationPredicate method

  1. @protected
bool onCreateNotificationPredicate(
  1. ScrollNotification notification
)

Implementation

@protected
bool onCreateNotificationPredicate(ScrollNotification notification) {
  return defaultScrollNotificationPredicate(notification);
}