SpotifyOAuth2Client constructor
Implementation
SpotifyOAuth2Client(
{required super.redirectUri, required super.customUriScheme})
: super(
authorizeUrl: 'https://accounts.spotify.com/authorize',
tokenUrl: 'https://accounts.spotify.com/api/token',
);