ente/auth/lib/events/notification_event.dart
2024-03-01 12:19:20 +05:30

6 lines
182 B
Dart

import 'package:ente_auth/events/event.dart';
// NotificationEvent event is used to re-fresh the UI to show latest notification
// (if any)
class NotificationEvent extends Event {}