Example #1
0
 public void PlayPause()
 {
     _spotifyPlayer.SetIsPlaying(!_spotifyPlayer.PlaybackState.IsPlaying, null);
 }