load method

void load(
  1. WebPlayerSource source
)

Implementation

void load(WebPlayerSource source) {
  _source = source;
}