pipeState method

State<Component> pipeState(
  1. State<Component> state
)
inherited

Pipes the state after running createState in case of needing to handle the state from outside.

Implementation

State pipeState(State state) => state;