THEOplayerConfig constructor
THEOplayerConfig({
- String? license,
- String? licenseUrl,
- AndroidConfig? androidConfiguration,
Implementation
THEOplayerConfig({String? license, String? licenseUrl, AndroidConfig? androidConfiguration}) {
_license = license;
_licenseUrl = licenseUrl;
if (androidConfiguration != null) {
androidConfig = androidConfiguration;
}
}