SimpleEffect<T> constructor
SimpleEffect<T> (
- Object _key, {
- void onInitState(
- WatchInformation hypen,
- T firstState
- void onUpdateState(
- WatchInformation hypen,
- T newState
- void onDisposeState(
- WatchInformation hypen,
- T lastState
Implementation
SimpleEffect(
this._key, {
this.onInitState,
this.onUpdateState,
this.onDisposeState,
});