menu
packagist_mvc package
documentation
base/base_controller.dart
BaseController<T extends BaseModel>
notifyChildrens method
notifyChildrens method
dark_mode
light_mode
notifyChildrens
method
@
protected
void
notifyChildrens
(
)
inherited
Implementation
@protected void notifyChildrens() { TaskManager.instance.notify(_updaters); }
packagist_mvc package
documentation
base/base_controller
BaseController<T extends BaseModel>
notifyChildrens method
BaseController class