postNotification method
Implementation
bool postNotification(ScrollNotification notification, BuildContext context) {
ScrollNotificationPublisher.of(context).add(notification);
return false;
}
bool postNotification(ScrollNotification notification, BuildContext context) {
ScrollNotificationPublisher.of(context).add(notification);
return false;
}