import 'package:camera/camera.dart'; class FileHelper { static Future saveCapturedImage(XFile image) async { return image.path; } }