initialize method
void
initialize()
Marks the controller as initialized. Called once by the widget.
Implementation
void initialize() {
_initialized = true;
}
Marks the controller as initialized. Called once by the widget.
void initialize() {
_initialized = true;
}