createTypedState method

ScreenState createTypedState(
  1. V value
)

Implementation

ScreenState createTypedState(V value) => TypedScreenState<V>(this, value);