apiKey property

String get apiKey

Implementation

static String get apiKey =>
    SmartLinksCore.isInitialized ? SmartLinksCore.config.apiKey : _apiKey;
set apiKey (String value)

Implementation

static set apiKey(String value) => _apiKey = value;