Future<void> jsonDataNotification(Map<String, Object> jsonData) async { await awesomeNotifications.createNotificationFromJsonData(jsonData); }