TXPlayInfoParams.useFileId constructor

const TXPlayInfoParams.useFileId({
  1. required int? appId,
  2. required String? fileId,
  3. String? psign = "",
  4. Map<String, String>? httpHeader,
})

Implementation

const TXPlayInfoParams.useFileId({required this.appId, required this.fileId, this.psign = "", this.httpHeader}) : this.url = "";