controllerListener method

  1. @protected
void controllerListener()

Implementation

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