initialize static method
Implementation
static initialize(ConfigurationService config) async {
_config = config;
await _hasShowLogs();
await _hasSaveLogs();
}
static initialize(ConfigurationService config) async {
_config = config;
await _hasShowLogs();
await _hasSaveLogs();
}