reset method

void reset()

Resets the CollectionView, clearing data and re-fetching.

Implementation

void reset() {
  action("reset");
}