getInstallId method
Retrieves the install ID
- Returns: Install ID if available, null otherwise
Implementation
String? getInstallId() {
return _storageManager.getInstallId();
}
Retrieves the install ID
String? getInstallId() {
return _storageManager.getInstallId();
}