setLoading method

void setLoading(
  1. bool value
)

Implementation

void setLoading(bool value) {
  _loading = value;
  notifyListeners();
}