setSource method
Implementation
@override
void setSource({required PlatformInterface.SourceDescription? source}) {
if (source == null) {
return;
}
_theoPlayerJS.source = toSourceDescription(source);
}
@override
void setSource({required PlatformInterface.SourceDescription? source}) {
if (source == null) {
return;
}
_theoPlayerJS.source = toSourceDescription(source);
}