It would be very beneficial if it was possible to be explicit about requesting notification permissions instead and make requesting the notification permission optional instead.
The use case for this is having custom logic for requesting notification permissions in general.
In the current implementation,
enableNotification
is always called when using the plugin.It would be very beneficial if it was possible to be explicit about requesting notification permissions instead and make requesting the notification permission optional instead.
The use case for this is having custom logic for requesting notification permissions in general.