Future<void> clearProp(String key, {bool debug = false}) async { await setProp(key, '', debug: debug); }