logout method
Logs out from Spotify and disconnects the App Remote.
Implementation
Future<void> logout() {
throw UnimplementedError('logout() has not been implemented.');
}
Logs out from Spotify and disconnects the App Remote.
Future<void> logout() {
throw UnimplementedError('logout() has not been implemented.');
}