Last updated:
0 purchases
evaluation app
evaluation_app #
跳到相应的应用市场对app进行评价.
Getting Started #
使用示例:
//appID的值:;iOS是app在App Store的app id,Android是应用的package name
var appID = "";
if(Platform.isIOS){
appID = "1523625519";
}else if(Platform.isAndroid){
appID = "com.dt.dthouse_app";
}
await EvaluationApp.evaluationApp(appID);
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.