notifyExternalChange method
void
notifyExternalChange()
Notifies workflow surfaces after an external domain-state change.
Implementation
void notifyExternalChange() {
if (!_disposed) notifyListeners();
}
Notifies workflow surfaces after an external domain-state change.
void notifyExternalChange() {
if (!_disposed) notifyListeners();
}