hasData property

bool get hasData

Checks if secure storage contains any data.

Implementation

bool get hasData => _credentialsFile.existsSync();