stateManager property

B stateManager
latefinal

The state manager for this page, owned by the DI container.

Not closed on page disposal — the container still hands it out.

Implementation

late final B stateManager = _resolveStateManager();