appLaunched static method

Future<void> appLaunched()

App launched - this method will increment the app launch count.

Implementation

static Future<void> appLaunched() async {
  await NyAppUsage.appLaunched();
}