Files
be_happy_public/lib/presentation/event/notifications_event.dart

3 lines
99 B
Dart

sealed class NotificationsEvent {}
class NotificationsFetchRequested extends NotificationsEvent {}