SetAtom typedef
SetAtom =
void Function<R, W>(WritableAtom<R, W> atom, W value)
Represents a function that sets a WritableAtom's value.
Implementation
typedef SetAtom = void Function<R, W>(WritableAtom<R, W> atom, W value);