onNotification<T> method
What to do when the observables are changed.
Implementation
@override
@mustCallSuper
void onNotification<T>(SaveProvider<T> provider) {
_index = 0;
super.onNotification(provider);
}
What to do when the observables are changed.
@override
@mustCallSuper
void onNotification<T>(SaveProvider<T> provider) {
_index = 0;
super.onNotification(provider);
}