fetchNotifications abstract method

Future<List<Notification>> fetchNotifications()

Fetches all notifications for the currently logged in user.

Implementation

Future<List<Notification>> fetchNotifications();