playUri method
Plays the specified Spotify URI.
spotifyUri - The Spotify URI to play (e.g., 'spotify:track:xxx')
Implementation
Future<void> playUri({required String spotifyUri}) {
throw UnimplementedError('playUri() has not been implemented.');
}