setLoading method

dynamic setLoading(
  1. bool loading
)

Implementation

setLoading(bool loading) {
  isLoading = loading;
  notifyListeners();
}