isAdLoading property

bool get isAdLoading

Implementation

bool get isAdLoading => _isAdShowing;
set isAdLoading (bool value)

Implementation

set isAdLoading(bool value) {
  _isAdShowing = value;
  notifyListeners();
}