seenNotifications method

Future seenNotifications()

Implementation

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