Retrieve a stored value, or null if not found.
@override Future<String?> retrieve(String key) async { return _data[key]; }