refresh method

void refresh(
  1. void refresh(
    1. Pod pod
    )
)

Determines refresh behaviour.

Implementation

void refresh(void Function(Pod<dynamic> pod) refresh) => refresh(this as Pod);