NeLiveConfig constructor

NeLiveConfig({
  1. bool? isCloseTimeOutProtect,
  2. int? refreshPreLoadDuration,
  3. String? thirdUserId,
})

Implementation

NeLiveConfig({
  this.isCloseTimeOutProtect,
  this.refreshPreLoadDuration,
  this.thirdUserId,
});