play method
void
play()
Begins (or resumes) playback of the current media item.
Implementation
void play() {
_hostApi.play();
}
Begins (or resumes) playback of the current media item.
void play() {
_hostApi.play();
}