reset method
void
reset()
Resets the CollectionView, clearing data and re-fetching.
Implementation
void reset() {
action("reset");
}
Resets the CollectionView, clearing data and re-fetching.
void reset() {
action("reset");
}