isConfigured property

bool get isConfigured

Check if storage is configured

检查存储是否已配置

Implementation

static bool get isConfigured => _storageConfig?.hasAnyPath ?? false;