useDoubled function

  1. @JS('globalThis.__reactDartZustand.useDoubled')
int useDoubled()

Reads twice the counter value — demonstrates derived state.

Implementation

@JS('globalThis.__reactDartZustand.useDoubled')
external int useDoubled();