fetchNotifications abstract method
Fetches all notifications for the currently logged in user.
Implementation
Future<List<Notification>> fetchNotifications();
Fetches all notifications for the currently logged in user.
Future<List<Notification>> fetchNotifications();