setAdjustID static method

Future<void> setAdjustID(
  1. String adjustID
)

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

adjustID Empty String or null will delete the subscriber attribute.

Implementation

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