getGiftCountByAnchor method

Future<TUIValueCallBack<TUIGiftCountRequestResult>> getGiftCountByAnchor()

Implementation

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