static Future<String> getLocalPath() async { final directory = await getApplicationDocumentsDirectory(); return directory.path; }