notifySelector<R> method

void notifySelector<R>(
  1. String key,
  2. R selector()
)

Notify selector to update with new value

Implementation

void notifySelector<R>(String key, R Function() selector) {
  fitSelectRefresh(key, selector);
}