connectToSpotify method
Connects to the Spotify App Remote.
Returns true if connection was successful or already connected.
Implementation
Future<bool> connectToSpotify() {
throw UnimplementedError('connectToSpotify() has not been implemented.');
}