Actualizacion de plugin,

This commit is contained in:
Lizandro Guarnizo
2024-05-28 16:09:37 -05:00
parent 8899a3b79f
commit ac53cc7cb5
4 changed files with 238 additions and 291 deletions
@@ -9,7 +9,7 @@ class LocalNotifications {
await flutterLocalNotificationsPlugin
.resolvePlatformSpecificImplementation<
AndroidFlutterLocalNotificationsPlugin>()
?.requestPermission();
?.requestNotificationsPermission();
}
static Future<void> initializeLocalNotifications() async {