Logs out from Spotify and disconnects the App Remote.
@override Future<void> logout() async { try { await _channel.invokeMethod(_Methods.logout); } catch (_) {} }