notifyExternalChange method

void notifyExternalChange()

Notifies workflow surfaces after an external domain-state change.

Implementation

void notifyExternalChange() {
  if (!_disposed) notifyListeners();
}