updateTime property

DateTime? updateTime
final

The time when the application was last updated.

  • On Android, returns PackageManager.lastUpdateTime
  • On iOS return the last modified date of the app main bundle

Implementation

final DateTime? updateTime;