getInstallData method
Retrieves the cached install attribution data
- Returns: Deep link data if available, null otherwise
Implementation
DeepLinkData? getInstallData() {
return _storageManager.getInstallData();
}
Retrieves the cached install attribution data
DeepLinkData? getInstallData() {
return _storageManager.getInstallData();
}