seenNotifications method
Implementation
Future seenNotifications() async {
await dio.put('/account/notificationsView');
profile.notificationsCount = 0;
}
Future seenNotifications() async {
await dio.put('/account/notificationsView');
profile.notificationsCount = 0;
}