static Future<Directory> getTempDir() async { Directory tempDir = await getTemporaryDirectory(); return tempDir; }