getLatestReferringParams method

Future<Map> getLatestReferringParams()

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

Implementation

Future<Map<dynamic, dynamic>> getLatestReferringParams() async {
  throw UnimplementedError(
      'getLatestReferringParams has not been implemented');
}