fetchNotifications abstract method
- String token
Fetches the user's notifications.
Implementation
Future<List<Notification>> fetchNotifications(String token);
Fetches the user's notifications.
Future<List<Notification>> fetchNotifications(String token);