controllerOnChanged static method
Implementation
static void controllerOnChanged(BaseController controller) {
if (controller.onChanged != null) {
controller.onChanged!();
}
}
static void controllerOnChanged(BaseController controller) {
if (controller.onChanged != null) {
controller.onChanged!();
}
}