createPlayer method

void createPlayer(
  1. String url
)

Implementation

void createPlayer(String url) {
  _controller.createPlayer(url);
}