Takes a photo using the camera
@override Future<XFile?> takePhoto() { return _picker.pickImage(source: ImageSource.camera); }