import 'package:flutter_riverpod/flutter_riverpod.dart'; final unreadNotificationsStateProvider = StateProvider<Set<int>>((ref) => {});