forceUpdate method

void forceUpdate(
  1. String key
)

Implementation

void forceUpdate(String key) {
  __globalState = {...__globalState, "#init": key};
}