@override Future<bool> write(WriteData data) async { await _manager.write(data.map); _keyListener.add(data.updatedKey); return true; }