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