openPlatformRateDialog static method

Future openPlatformRateDialog()

Implementation

static Future openPlatformRateDialog() async {
  if (await _inAppReview.isAvailable()) {
    await _inAppReview.requestReview();
  }
}