retry method

void retry()

Attempts to retry in case an error occurred

Implementation

void retry() {
  _error = null;
  notifyListeners();
}