getNotifications method

  1. @override
Future<List<Notification>> getNotifications()
override

Returns all notifications for the currently logged in user.

Implementation

@override
Future<List<Notification>> getNotifications() =>
    notificationsDataSource.fetchNotifications();