start method

void start()

Implementation

void start() {
  _result = const DataleonResult(status: DataleonStatus.started);
  notifyListeners();
}