GiftSendController( {required String roomId, required GiftUser owner, required GiftUser self}) { GiftStore().giftManager.init(roomId, owner, self); }