setMediaSource static method

Future<void> setMediaSource(
  1. String mediaSource
)

Subscriber attribute associated with the install media source for the user

mediaSource Empty String or null will delete the subscriber attribute.

Implementation

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