xcAppRateAndroid method

Future<String> xcAppRateAndroid(
  1. String appName
)

Implementation

Future<String> xcAppRateAndroid(String appName) {
  return _api.xcAppRateAndroid(appName);
}