notifyControl method

void notifyControl(
  1. AppState? state, [
  2. dynamic args
])

Implementation

void notifyControl(AppState? state, [dynamic args]) {
  ControlScope.root.setAppState(state, args: args);
}