Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async function () {
let interval = 2 * 60 * 1000;
Notifications.presentLocalNotificationAsync(
createNotification(this.title, "first channel"),
);
}
,
async function () {
Notifications.presentLocalNotificationAsync(
createNotification(this.title),
);
}
,