appLaunched static method
App launched - this method will increment the app launch count.
Implementation
static Future<void> appLaunched() async {
await NyAppUsage.appLaunched();
}
App launched - this method will increment the app launch count.
static Future<void> appLaunched() async {
await NyAppUsage.appLaunched();
}