state<T extends Object> function
Reads the application state of type T attached with withState.
Implementation
FromRequestParts<T> state<T extends Object>() => StateExtractable<T>();
Reads the application state of type T attached with withState.
FromRequestParts<T> state<T extends Object>() => StateExtractable<T>();