Selects an image from the gallery
@override Future<XFile?> pickImageFromGallery() { return _picker.pickImage(source: ImageSource.gallery); }