retry method

void retry()

Attempts to retry in case an error occurred

Implementation

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