hasInteractedWithRateUs property

bool get hasInteractedWithRateUs

Implementation

bool get hasInteractedWithRateUs => _hasInteractedWithRateUs;
set hasInteractedWithRateUs (bool value)

Implementation

set hasInteractedWithRateUs(bool value) {
  _hasInteractedWithRateUs = value;
  notifyListeners();
}