getInstallId method

String? getInstallId()

Retrieves the install ID

  • Returns: Install ID if available, null otherwise

Implementation

String? getInstallId() {
  return _storageManager.getInstallId();
}