5 lines
182 B
Dart
5 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 {}
|