TheoLiveConfiguration constructor

TheoLiveConfiguration({
  1. String? externalSessionId = null,
  2. bool? fallbackEnabled = null,
})

Implementation

TheoLiveConfiguration({this.externalSessionId = null, this.fallbackEnabled = null});