pushState method
- @Deprecated('Too intrusive method to manages State objects.')
- StateMVC<
StatefulWidget> ? state
inherited
Push the StateMVC object to a Set of such objects Internal use only: This connects the Controller to this View!
Implementation
@Deprecated('Too intrusive method to manages State objects.')
bool pushState(StateMVC? state) => _pushState(state);