requestReview method

void requestReview()

请求应用内评价

Implementation

void requestReview() {
  InappPurchasePlatform.instance.requestReview();
}