updateRatingShown method
Method for marking the rating popup.
Implementation
Future<void> updateRatingShown() async {
await AppticsFlutterPlatform.instance
.updateRatingShown();
}
Method for marking the rating popup.
Future<void> updateRatingShown() async {
await AppticsFlutterPlatform.instance
.updateRatingShown();
}