onNotification<T> method

void onNotification<T>(
  1. SaveProvider<T> provider
)

What to do when the observables are changed.

Implementation

void onNotification<T>(SaveProvider<T> provider) {}