setLoading method
Set Loading and refresh the current Controller.
Implementation
void setLoading(bool value) {
_loading = value;
refresh();
}
Set Loading and refresh the current Controller.
void setLoading(bool value) {
_loading = value;
refresh();
}