markAllAsRead method
Marks all of the user's notifications as read.
Implementation
Future<void> markAllAsRead() async {
await notificationsRepository.markAllNotificationsAsRead();
}
Marks all of the user's notifications as read.
Future<void> markAllAsRead() async {
await notificationsRepository.markAllNotificationsAsRead();
}