maxTimesToShowPopup property
int
get
maxTimesToShowPopup
Number of times to show in-app ratings pop-up. Applicable exclusively to the Android platform.
Implementation
int get maxTimesToShowPopup {
return AppticsFlutterPlatform.instance.maxTimesToShowPopup;
}