My app gets notification, but, to show notification badgen it needs the "show app badge icon" in parameter > app > notification > show app badge icon.
What's the code for my app to ask this permission ? (prompting something that would send the user to this screen, and he can allow notification badges)
notificationChannel.setShowBadge(true)