fetchNotifications abstract method

Future<List<Notification>> fetchNotifications(
  1. String token
)

Fetches the user's notifications.

Implementation

Future<List<Notification>> fetchNotifications(String token);