isFirstLaunchEver property

bool? isFirstLaunchEver

Gets a value indicating whether this is the first time this app has ever been launched on this device.

Implementation

bool? get isFirstLaunchEver => _isFirstLaunchEver;