playOrPause method

Future<void> playOrPause()

Implementation

Future<void> playOrPause() {
  _checkDisposed();
  return _player.playOrPause();
}