void init(String roomId, String ownerId, String userId, String? name) { barrageStore = BarrageStore.create(roomId); Store().init(roomId, ownerId, userId, name); }