getGiftCountByAnchor abstract method

Future<TUIValueCallBack<TUIGiftCountRequestResult>> getGiftCountByAnchor(
  1. String roomId
)

Request get gift count by anchor.

roomId current entered room id.

Implementation

Future<TUIValueCallBack<TUIGiftCountRequestResult>> getGiftCountByAnchor(
    String roomId);