start method

void start()

Start sending Media content to chromecast

Implementation

void start() {
  ChromecastFFI.start(id);
}