setLoading method

void setLoading(
  1. bool loading
)

Implementation

void setLoading(bool loading) {
  config = config.copyWith(loading: loading);
  notifyListeners();
}