pause method

void pause()

Calls the internal player callbacks pause

Implementation

void pause() => _pauseCallback?.call();