onScrollUpdate method
Implementation
bool onScrollUpdate(ScrollUpdateNotification notification) {
if (shouldLoad(notification)) {
load();
}
return true;
}
bool onScrollUpdate(ScrollUpdateNotification notification) {
if (shouldLoad(notification)) {
load();
}
return true;
}