App launch count - this method will return the app launch count.
static Future<int?> appLaunchCount() async { return await NyAppUsage.appLaunchCount(); }