dispatchChanges method
After notifying your changes, call this method in order to dispatch them to the AnimatedSliverList. Eventually the animations that follow will start.
Implementation
void dispatchChanges() {
_checkAdaptor();
_adaptor._dispatchChanges();
}