dispose method

void dispose()

Disposes this instance of Chromecast.

Implementation

void dispose() {
  ChromecastFFI.dispose(this.id);
}