BRTCInitParams constructor

BRTCInitParams({
  1. String appId = "",
  2. String token = "000000",
  3. String cpuType = "",
  4. bool isEnableSoLaterLoad = false,
})

Implementation

BRTCInitParams({this.appId = "",
  this.token = "000000",
  this.cpuType = "",
  this.isEnableSoLaterLoad = false});