Future<String> getTemporaryPath() async { final result = await getTemporaryDirectory(); return result.path; }