StateHookJS
State hook for JS interop types (JSString, JSObject, etc).
Use this instead of useState when state must remain as a JS type without dartify/jsify conversion.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
JSAny? newValue) → void -
Updates value to
newValue. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited