checkForRatingPop method

  1. @override
Future<int?> checkForRatingPop()
override

Implementation

@override
Future<int?> checkForRatingPop() async {
  return await methodChannel.invokeMethod<int>("checkForRatingPop");
}