refresh method

void refresh(
  1. RefreshableAtom atom
)

Manually recalculate an atom's value.

Implementation

void refresh(RefreshableAtom atom) => atom.$refresh(_refresh);