setDiff method
Sets the raw unified diff text.
Implementation
void setDiff(String rawDiff) {
_model = _model.setDiff(rawDiff);
_notifyListeners();
}
Sets the raw unified diff text.
void setDiff(String rawDiff) {
_model = _model.setDiff(rawDiff);
_notifyListeners();
}