updateRatingShown method

Future<void> updateRatingShown()

Method for marking the rating popup.

Implementation

Future<void> updateRatingShown() async {
  await AppticsFlutterPlatform.instance
      .updateRatingShown();
}