installTime property

DateTime? installTime
final

The time when the application was installed.

  • On Android, returns PackageManager.firstInstallTime
  • On iOS and macOS, return the creation date of the app default NSDocumentDirectory
  • On Windows and Linux, returns the creation date of the app executable. If the creation date is not available, returns the last modified date of the app executable. If the last modified date is not available, returns null.
  • On web, returns null.

Implementation

final DateTime? installTime;