reportReferralUrl static method

Future<void> reportReferralUrl(
  1. String referralUrl
)

Sets the referralUrl of the application installation.

The method can be used to track some traffic sources.

Implementation

static Future<void> reportReferralUrl(String referralUrl) =>
    _appMetrica.reportReferralUrl(referralUrl);