getGiftCountByAnchor method
Request get gift count by anchor.
roomId
current entered room id.
Implementation
@override
Future<TUIValueCallBack<TUIGiftCountRequestResult>> getGiftCountByAnchor(
String roomId) {
return RoomEngineNative.getGiftCountByAnchor(roomId);
}