hasConfig property

bool get hasConfig

Checks if configuration exists.

Implementation

bool get hasConfig =>
    _secureStorage.hasData || _legacyConfigFile.existsSync();