Future<String> getFilePath() async { var directory = await getTemporaryDirectory(); return join(directory.path, key); }