notifySelector<R> method
Notify selector to update with new value
Implementation
void notifySelector<R>(String key, R Function() selector) {
fitSelectRefresh(key, selector);
}
Notify selector to update with new value
void notifySelector<R>(String key, R Function() selector) {
fitSelectRefresh(key, selector);
}