static Future<bool> clear() async { final prefs = await _getInstance(); return await prefs.clear(); }