refresh method
Allows the user to call setState() within the Controller.
Implementation
@override
void refresh() {
if (mounted) {
super.refresh();
App.refresh();
}
}
Allows the user to call setState() within the Controller.
@override
void refresh() {
if (mounted) {
super.refresh();
App.refresh();
}
}