mirror of
https://github.com/ente-io/ente.git
synced 2025-06-12 19:44:45 +00:00
6 lines
189 B
Dart
6 lines
189 B
Dart
import "package:photos/events/event.dart";
|
|
|
|
// Creating a separate Event since modifying SyncStatusUpdateEvent has impact on
|
|
// StatusBarWidget
|
|
class DiffSyncCompleteEvent extends Event {}
|