setInboxNotificationRead abstract method
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});