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