isFirstLaunchForCurrentVersion property

bool? isFirstLaunchForCurrentVersion

Gets a value indicating if this is the first launch of the app for the current version number.

Implementation

bool? get isFirstLaunchForCurrentVersion => _isFirstLaunchForCurrentVersion;