Skip to content

Commit fa96137

Browse files
committed
feat(account): add deleting state to InAppNotificationCenter
- Add new deleting state to InAppNotificationCenterStatus enum - Update InAppNotificationCenterState documentation
1 parent 5376f37 commit fa96137

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/account/bloc/in_app_notification_center_state.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ enum InAppNotificationCenterStatus {
1616

1717
/// The state when an error has occurred.
1818
failure,
19+
20+
/// The state when read notifications are being deleted.
21+
deleting,
1922
}
2023

2124
/// {@template in_app_notification_center_state}

0 commit comments

Comments
 (0)