stop method Null safety

void stop()

Stops playback of the current media item.

Implementation

void stop() {
  _hostApi.stop();
}