onAttach method
Implementation
@override
void onAttach() {
_attached = true;
if (!initialized) {
init();
initialized = true;
}
updater.onAttach();
}
@override
void onAttach() {
_attached = true;
if (!initialized) {
init();
initialized = true;
}
updater.onAttach();
}