setInboxNotificationRead abstract method

Future<DataResult> setInboxNotificationRead({
  1. List<String>? notificationId,
  2. bool isRead = true,
})

Set the notification as read. Use this function when the user tap into the notification details screen.

Implementation

Future<DataResult> setInboxNotificationRead({List<String>? notificationId, bool isRead = true});