completeReporting method

void completeReporting()

Implementation

void completeReporting() {
  _isReporting = false;
  notifyListeners();
}