sendGift abstract method

Future<TUIActionCallback> sendGift(
  1. String roomId,
  2. String giftId,
  3. int count
)

Send gift to room.

roomId current entered room id. giftId gift id. count gift count.

Implementation

Future<TUIActionCallback> sendGift(String roomId, String giftId, int count);