abort method

void abort()

Implementation

void abort() {
  _result = const DataleonResult(status: DataleonStatus.aborted);
  notifyListeners();
}