getLatestReferringParams static method

Future<Map> getLatestReferringParams()

Returns the last parameters associated with the link that referred the user

Implementation

static Future<Map<dynamic, dynamic>> getLatestReferringParams() async {
  return await FlutterBranchSdkPlatform.instance.getLatestReferringParams();
}