logout method

Future<void> logout()

Logs out from Spotify and disconnects the App Remote.

Implementation

Future<void> logout() {
  throw UnimplementedError('logout() has not been implemented.');
}