Pick an image from camera.
static Future<XFile?> pickFromGallery() async { return _picker.pickImage(source: ImageSource.gallery); }