flow<T> method

FlowController<T> flow<T>()

Extension on BuildContext which exposes the ability to access a FlowController.

Implementation

FlowController<T> flow<T>() => _InheritedFlowController.of<T>(this);