mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(mobile): asset-media.interface.dart (#19352)
* refactor(mobile): asset-media.interface.dart * refactor(mobile): asset-media.interface.dart * refactor: asset media repo --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
366539bc4c
commit
484311e9bb
5 changed files with 5 additions and 21 deletions
|
|
@ -1,10 +0,0 @@
|
|||
import 'package:immich_mobile/entities/asset.entity.dart';
|
||||
|
||||
abstract interface class IAssetMediaRepository {
|
||||
Future<List<String>> deleteAll(List<String> ids);
|
||||
|
||||
Future<Asset?> get(String id);
|
||||
|
||||
/// Obtaining the correct original filename of the asset
|
||||
Future<String?> getOriginalFilename(String id);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue