Future<void> saveNotificationStatus(bool isEnabled) async { await storage.write(SessionManagerKeys.isNotificationsEnabled, isEnabled); }