reload method

Future<void> reload()

Reloads the feed state based on the original size parameter

Implementation

Future<void> reload() => _state!._refresh();