sendGift abstract method
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);
Send gift to room.
roomId current entered room id.
giftId gift id.
count gift count.
Future<TUIActionCallback> sendGift(String roomId, String giftId, int count);