buildHistory property

List<String?>? buildHistory

Gets the collection of build numbers of the app that ran on this device.

Implementation

List<String?>? get buildHistory => _buildHistory;