pause method

void pause()

pauses the video

Implementation

void pause() => _ctr.podVideoStateChanger(PodVideoState.paused);