disconnect method
Disconnects from the Spotify App Remote.
Implementation
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}
Disconnects from the Spotify App Remote.
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}