static Future<String> appFolder({String path = ""}) async { return (await getApplicationDocumentsDirectory()).path + path; }