v10.1.0
#346 Added support to Ask for permissions on Android and iOS
Braking change
Now required the developer to request permission manually before sending notification
if (await LocalNotificationCenter.Current.AreNotificationsEnabled() == false)
{
await LocalNotificationCenter.Current.RequestNotificationPermission();
}