controllerListener method
Implementation
@protected
void controllerListener() {
if (state.isSyncedWithFile == false) {
emit(state.copyWith(xmlContent: controller.text));
}
}
@protected
void controllerListener() {
if (state.isSyncedWithFile == false) {
emit(state.copyWith(xmlContent: controller.text));
}
}