update method

void update(
  1. HDMKey<Handler> hdmKey
)

Implementation

void update(HDMKey<Handler> hdmKey) {
  // assert(_tableOfSetStateFuncList.containsKey(hdmKey), "this key dons't excist , you probably didin't add it to the list _keyList in  $Handler");

  _tableOfSetStateFuncList[hdmKey]!.triggerAllSetStateFunctions();
}