onNotification<S> method
What to do when the observables are changed.
Implementation
@override
void onNotification<S>(provider) {
setState(() {});
}
What to do when the observables are changed.
@override
void onNotification<S>(provider) {
setState(() {});
}