getGiftList abstract method
Request get gift category list
roomId
current entered room id.
Implementation
Future<TUIValueCallBack<List<TUIGiftCategory>>> getGiftList(String roomId);
Request get gift category list
roomId
current entered room id.
Future<TUIValueCallBack<List<TUIGiftCategory>>> getGiftList(String roomId);