isFirstLaunchForCurrentBuild property

bool? isFirstLaunchForCurrentBuild

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

Implementation

bool? get isFirstLaunchForCurrentBuild => _isFirstLaunchForCurrentBuild;