onNotification<T> abstract method
What to do when the observables are changed.
Implementation
void onNotification<T>(SaveProvider<T> provider);
What to do when the observables are changed.
void onNotification<T>(SaveProvider<T> provider);