luckBaseInfo static method

dynamic luckBaseInfo(
  1. String liveId,
  2. dynamic onSuccess,
  3. dynamic onError
)

Implementation

static luckBaseInfo(String liveId, onSuccess, onError) {
  request(apiLuckBaseInfo, onSuccess, onError, dict: {"liveId": liveId});
}