static Future<bool> clear() async { if (_prefs == null) await init(); return await _prefs?.clear() ?? false; }