mirror of
https://github.com/ente-io/ente.git
synced 2025-05-28 21:47:57 +00:00
6 lines
179 B
Dart
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 {}
|