retry method

Future<void> retry()

Implementation

Future<void> retry() async {
  fetchData();
}