@override Future<String?> getString(String key) async { await _ensureInitialized(); return _prefs!.getString(key); }