factChanged method

void factChanged(
  1. IFact fact
)

Implementation

void factChanged(IFact fact) {
  _updatedFactController.add(fact);
}