initState method
The framework will call this method exactly once.
Only when the StateX
object is first created.
Implementation
@override
void initState() {
super.initState();
_appSubscribe();
}
The framework will call this method exactly once.
Only when the StateX
object is first created.
@override
void initState() {
super.initState();
_appSubscribe();
}