getNotifications method
override
Returns all notifications for the currently logged in user.
Implementation
@override
Future<List<Notification>> getNotifications() =>
notificationsDataSource.fetchNotifications();
Returns all notifications for the currently logged in user.
@override
Future<List<Notification>> getNotifications() =>
notificationsDataSource.fetchNotifications();