mirror of https://github.com/immich-app/immich.git
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>pull/19353/head^2
parent
366539bc4c
commit
484311e9bb
@ -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…
Reference in New Issue