refactor(mobile): shared_handler.interface.dart (#19333)

refactor(mobile): shared_handler.repository.dart
This commit is contained in:
Alex
2025-06-20 09:11:21 -05:00
committed by GitHub
parent 5c74f634b7
commit 1f2c779b36
2 changed files with 1 additions and 11 deletions

View File

@@ -1,7 +0,0 @@
import 'package:immich_mobile/models/upload/share_intent_attachment.model.dart';
abstract interface class IShareHandlerRepository {
void Function(List<ShareIntentAttachment>)? onSharedMedia;
Future<void> init();
}