refresh method

void refresh(
  1. RefreshablePod pod
)

Refresh a pod.

Implementation

void refresh(RefreshablePod pod) =>
    PodScope.of(this, listen: false).refresh(pod);