mirror of https://github.com/immich-app/immich.git
refactor(mobile): shared_handler.interface.dart (#19333)
refactor(mobile): shared_handler.repository.dartpull/19337/head
parent
5c74f634b7
commit
1f2c779b36
@ -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();
|
||||
}
|
||||
Loading…
Reference in New Issue