sendGift method

Future<TUIActionCallback> sendGift(
  1. TUIGiftInfo giftInfo,
  2. int count
)

Implementation

Future<TUIActionCallback> sendGift(TUIGiftInfo giftInfo, int count) {
  return _giftManager.sendGift(roomId, giftInfo.giftId, count);
}