ente/lib/events/notification_event.dart
2022-09-20 16:30:51 +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 {}