pause method
void
pause()
override
Implementation
void pause(){
_controller?.id;
_player?.pause().then((_){
_isPlaying = false;
_updating = false;
});
}
void pause(){
_controller?.id;
_player?.pause().then((_){
_isPlaying = false;
_updating = false;
});
}