notifyNeedUpdate method

void notifyNeedUpdate(
  1. String key
)

Implementation

void notifyNeedUpdate(String key) {
  notifyListeners(key);
}