installTime property

DateTime? installTime
final

The time when the application was installed.

  • On Android, returns PackageManager.firstInstallTime
  • On iOS, return the creation date of the app default NSDocumentDirectory

Implementation

final DateTime? installTime;