getSpotifyClientId static method

String getSpotifyClientId()

Implementation

static String getSpotifyClientId() {
  return _config['spotifyClientId'] ?? '';
}