import 'dart:io'; abstract class ImagePickerRepository { Future pickImage(); }