PlayerOptions constructor

PlayerOptions(
  1. SpotifyRepeatMode repeatMode, {
  2. required bool isShuffling,
})

Constructor for PlayerOptions.

Implementation

PlayerOptions(
  this.repeatMode, {
  required this.isShuffling,
});