Future<String> getTemporaryPath(String fileName) async { return "${(await getTemporaryDirectory()).path}/$fileName"; }