init method
void
init()
This method is called only once when the view is initialized.
Use this method instead of initState when you need presenter or state.
Implementation
void init() {}
This method is called only once when the view is initialized.
Use this method instead of initState when you need presenter or state.
void init() {}