PlayerOptions constructor
PlayerOptions(
- SpotifyRepeatMode repeatMode, {
- required bool isShuffling,
Constructor for PlayerOptions.
Implementation
PlayerOptions(
this.repeatMode, {
required this.isShuffling,
});