static Future<String> getFile() async { FilePickerResult? result = await FilePicker.platform.pickFiles(); return result?.files.single.path ?? ""; }