getLatestReferringParams method
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');
}