onNotification<S> method

  1. @override
void onNotification<S>(
  1. SaveProvider<S> provider
)
override

What to do when the observables are changed.

Implementation

@override
void onNotification<S>(provider) {
  setState(() {});
}