THEOplayerConfigParams constructor

THEOplayerConfigParams({
  1. String? libraryLocation,
  2. String? license,
  3. String? licenseUrl,
  4. TheoLiveConfig? theoLive,
})

Implementation

external factory THEOplayerConfigParams({
  String? libraryLocation,
  String? license,
  String? licenseUrl,
  TheoLiveConfig? theoLive,
});