@override Future<String?> getString(String key, [bool enableEncryption = false]) { return Future<String?>.value(_getItem(key)); }