clearResult method

void clearResult()

Implementation

void clearResult() {
  this.result = null;
  notifyListeners();
}