@override Future<String?> read({ String? key, }) async { final prefs = await _prefs(); return prefs.getString(_requireKey(key)); }