setProxyURL static method

Future<void> setProxyURL(
  1. String url
)

Set this property to your proxy URL before configuring Purchases only if you've received a proxy key value from your RevenueCat contact.

Implementation

static Future<void> setProxyURL(String url) async {
   return rc.Purchases.setProxyURL(url);
}