ente/lib/events/notification_event.dart

6 lines
179 B
Dart
Raw Normal View History

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 {}