complete method

void complete()

Implementation

void complete() {
  status = LoadStatus.complete;
  notifyListeners();
}