setSource method
void
setSource({
- required SourceDescription? source,
inherited
Implementation
void setSource({required SourceDescription? source}) async {
print("${THEOplayerViewControllerMobile.TAG} setSource: ${source?.sources.first?.src}");
_nativeAPI.setSource(source);
}