appLaunchCount static method

Future<int?> appLaunchCount()

App launch count - this method will return the app launch count.

Implementation

static Future<int?> appLaunchCount() async {
  return await NyAppUsage.appLaunchCount();
}