rootState property
Returns the 'first' StateX object in the App
Implementation
@override
AppStateX? get rootState => super.rootState as AppStateX;
Returns the 'first' StateX object in the App
@override
AppStateX? get rootState => super.rootState as AppStateX;