isEnabled property
bool
get
isEnabled
true if the Spotify API is available for use
Implementation
bool get isEnabled => _clientId.isNotEmpty && _clientSecret.isNotEmpty;
true if the Spotify API is available for use
bool get isEnabled => _clientId.isNotEmpty && _clientSecret.isNotEmpty;