static Future<String?> findSupportDirectory() async { final String path = (await getApplicationSupportDirectory()).absolute.path; return path; }