openAppStoreCommentPage static method

void openAppStoreCommentPage(
  1. String appID
)

Open the scoring page of the current application in the app store

Implementation

static void openAppStoreCommentPage(String appID) async {
  await _channel.invokeMethod('openAppStoreComment', {'appId': appID});
}