pushState method

  1. @Deprecated('Too intrusive method to manages State objects.')
bool pushState(
  1. StateMVC<StatefulWidget>? state
)

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);