getDownloadAddress method

String getDownloadAddress()

获取主播端下载地址

Implementation

String getDownloadAddress() {
  return _getParamModel()?.anchorDownloadAddress ?? "";
}