ente/mobile/lib/events/notification_event.dart
2024-03-01 12:25:37 +05:30

6 lines
179 B
Dart

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