getGiftCountByAnchor method
Implementation
Future<TUIValueCallBack<TUIGiftCountRequestResult>> getGiftCountByAnchor() {
return _giftManager.getGiftCountByAnchor(roomId);
}
Future<TUIValueCallBack<TUIGiftCountRequestResult>> getGiftCountByAnchor() {
return _giftManager.getGiftCountByAnchor(roomId);
}