אליהו הדס
01/14/2025, 7:05 AMif (hasNotificationPermission()) {
println("Notification permission already granted.")
} else {
requestNotificationPermission(
onGranted = {
println("Notification permission granted.")
},
onDenied = {
println("Notification permission denied.")
}
)
}
✨ Improvements Across Modules
Several enhancements have been made to existing modules. For full details, check out the release notes: Release Notes
📖 Revamped Documentation
The README is completely rewritten for better clarity and usability.
Check it out here: GitHub Repository
Happy coding! 🚀