ente/lib/events/notification_event.dart
2022-11-01 11:43:06 +05:30

6 lines
182 B
Dart

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