FakeFlowController<T> constructor

FakeFlowController<T>(
  1. T state
)

A concrete FlowController implementation that has no impact on flow navigation.

This implementation is intended to be used for testing purposes.

Implementation

FakeFlowController(super.state);