init method
Initialize resources. Called before using the component.
Implementation
@override
void init() {
_greetingSent = false;
super.init();
}
Initialize resources. Called before using the component.
@override
void init() {
_greetingSent = false;
super.init();
}