refresh method

Future<void> refresh()

Implementation

Future<void> refresh() async {
  _cachedData = null;
  await _fetchData();
}