import 'dart:io'; abstract class UploadStorageRepository { Future uploadPhoto(File? file, String path); }