ente/lib/events/notification_event.dart

6 lines
182 B
Dart
Raw Normal View History

2022-11-01 06:13:06 +00:00
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 {}