refresh method

void refresh(
  1. RefreshablePod pod
)

Manually recalculate a pod's value.

Implementation

void refresh(RefreshablePod pod) => pod.refresh(_refresh);