setStateCallbacks property
The List of callbacks to be called after the component has been updated from a call to setState
.
Implementation
List get setStateCallbacks => _setStateCallbacks;
The List of callbacks to be called after the component has been updated from a call to setState
.
List get setStateCallbacks => _setStateCallbacks;