xcAppRate method

Future xcAppRate({
  1. required String appId,
})

Implementation

Future xcAppRate({required String appId}) async {
  return _api.xcAppRate(appId);
}