setAppsflyerID static method

Future<void> setAppsflyerID(
  1. String appsflyerID
)

Subscriber attribute associated with the Appsflyer Id for the user Required for the RevenueCat Appsflyer integration

appsflyerID Empty String or null will delete the subscriber attribute.

Implementation

static Future<void> setAppsflyerID(String appsflyerID) =>
    _channel.invokeMethod('setAppsflyerID', {'appsflyerID': appsflyerID});