Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 12:39:22 +02:00
parent a52436ea9a
commit a06807cd1f
13 changed files with 703 additions and 79 deletions

View File

@@ -15,7 +15,7 @@ class UploadCustomerFileEvent extends CustomerFilesEvent {
const UploadCustomerFileEvent({this.pickedFile, this.photo});
}
class DeleteCustomerFileEvent extends CustomerFilesEvent {}
class DeleteCustomerFilesEvent extends CustomerFilesEvent {}
class ToggleCustomerFileSelectionEvent extends CustomerFilesEvent {
final CustomerFileModel file;