FlowController<T> constructor

FlowController<T>(
  1. T state
)

A controller which exposes APIs to update and complete the current flow.

Implementation

FlowController(T state) : this._(state);